David Hopkins
David Hopkins
I don't think `VAR_IN_OUT CONSTANT` is supported in TC 4020. I don't know if that would prevent a `.compiled-library` built with 4022+ from working in a 4020 project? `POINTER TO...
I've tried output redirection with `>>` and piping through to `tee` but neither of them capture any output from the source task. Unfortunately `iperf`'s documented `-o/--output filename` option [is broken](https://code.google.com/archive/p/iperf/issues/24)...
Merge this info with #13592 from 2017?
> Why would you send a message with empty /no payload? As far as i can understand, a message without any payload is a non-existing message. If you have a...
I'm running `Microsoft.Extensions.Hosting 8.0.0`, `Microsoft.Extensions.Logging 8.0.0`, `Serilog.Extensions.Hosting 8.0.0`, `Serilog.Extensions.Logging 8.0.0`, and `Serilog 3.1.1`, on .NET 8. The host configuration APIs are using the .NET 6 style because I only recently...
I've also tried adding the custom provider via conventional DI injection and then instructing Serilog to write to existing providers, using code like below: ``` Host.CreateDefaultBuilder(args) .ConfigureLogging(logBuilder => { logBuilder.SetMinimumLevel(LogLevel.Trace);...
Ok thanks. Sorry for any notification spam. Looks like I can get the desired behavior by never calling `UseSerilog()` and instead adding Serilog as a parallel provider alongside my custom...
Ah, the issue is that `libmalc.a` needs the following functions and macros in `time_extras.h`: - `bl_cpu_timept_get()` - `bl_cpu_timept_to_sysclock64_diff_ns()` - `bl_fast_timept_to_sysclock64_diff_ns()` which are only defined if the symbol `BL_HAS_CPU_TIMEPT` is true,...
That's fair enough. If I end up adding support I will certainly raise a PR for you, but I'm not sure I'll get a chance.
I tried running the argument of `CreateProcessW("C:\git\vcpkgtest\vcpkg\downloads\tools\7zip-24.06-windows\7za.exe" a "C:\git\vcpkgtest\vcpkg\packages\7zip_x64-windows.zip" "C:\git\vcpkgtest\vcpkg\packages\7zip_x64-windows\*")` manually with the extra `\x64\` folder added, and that worked, so the appearance of this extra path element does seem...