David Hopkins
David Hopkins
I'm trying to use `net-hydra` to run `iperf` on a pool of clients all at the same time - my goal is to measure the impact of increasing the number...
Hi, I'm trying to wire up "legacy" custom implementations of `Microsoft.Extensions.Logging.ILoggerProvider` and `Microsoft.Extensions.Logging.ILogger` as a Serilog sink. My Serilog configuration looks like this: ``` var customProviders = new LoggerProviderCollection(); customProviders.AddProvider(new...
Hi, I'm investigating running mini-async-log-c on a Raspberry Pi to log some time-sensitive code. The Raspberry Pi is running the [PiCAT 4 version of Raspberry Pi OS](http://www.simplerobot.net/2021/04/picat4-real-ethercat-controller-by.html), aarch64. This version...
**Describe the bug** The `vcpkg install packagename` command is raising many warnings about failed 7zip compression operations. **Environment** - OS: Windows 11 22H2 22621.3737, x64 edition on Intel - Visual...