Skip to content

Instantly share code, notes, and snippets.

View qmfrederik's full-sized avatar

Frederik Carlier qmfrederik

  • Keysight Technologies
  • Brussels, Belgium
View GitHub Profile
@qmfrederik
qmfrederik / RequestLoggerMiddleWare.cs
Last active November 22, 2018 16:41
A request logger for ASP.NET Core
// Copyright (c) 2016 Quamotion bvba
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files
// (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge,
// publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do
// so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
@qmfrederik
qmfrederik / Build output
Created December 9, 2015 15:39
snapcraft PKG_CONFIG error
qmfrederik@qm-snappy:~/snappy-arm/libimobiledevice$ snapcraft stage
Skipping pull libplist (already ran)
Skipping build libplist (already ran)
Staging libplist
Skipping pull libusbmuxd (already ran)
Building libusbmuxd
env NOCONFIGURE=1 ./autogen.sh
libtoolize: putting auxiliary files in `.'.
libtoolize: linking file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
2015/04/09 01:29:15 [INFO] Packer version: 0.7.5 9cd66feeacbd9cb318b72eb5ed59428c5b8c37ac+CHANGES
2015/04/09 01:29:15 Packer Target OS/Arch: windows amd64
2015/04/09 01:29:15 Built with Go Version: go1.3.3
2015/04/09 01:29:15 [DEBUG] Discoverd plugin: virtualbox-windows-iso = C:\Users\Administrator\vagrant\demovm\bin\packer-builder-virtualbox-windows-iso.exe
2015/04/09 01:29:15 [DEBUG] Discoverd plugin: vagrant = C:\Users\Administrator\vagrant\demovm\bin\packer-post-processor-vagrant.exe
2015/04/09 01:29:15 [DEBUG] Discoverd plugin: powershell = C:\Users\Administrator\vagrant\demovm\bin\packer-provisioner-powershell.exe
2015/04/09 01:29:15 [DEBUG] Discoverd plugin: restart-windows = C:\Users\Administrator\vagrant\demovm\bin\packer-provisioner-restart-windows.exe
2015/04/09 01:29:15 [DEBUG] Discoverd plugin: shell = C:\Users\Administrator\vagrant\demovm\bin\packer-provisioner-shell.exe
2015/04/09 01:29:15 [DEBUG] Discoverd plugin: windows-shell = C:\Users\Administrator\vagrant\demovm\bin\packer-provisioner-wi