Mitchell Hashimoto
Mitchell Hashimoto
Hello! This could be a dumb question but I wanted to know if this performance difference is expected. My program is written in Zig (the stdlib io_uring library is based...
### Zig Version 0.12.0-dev.694+937e8cb70 ### Steps to Reproduce and Observed Behavior Reproduction: https://github.com/mitchellh/zig-framework-bug If you run `zig build` from within a `nix shell`, you'll get an error (shown below). If...
### Zig Version 0.11.0-dev.1836+28364166e (but it doesn't matter) ### Steps to Reproduce and Observed Behavior The Zig package on Nix requires this patch: https://github.com/NixOS/nixpkgs/blame/e6e389917a8c778be636e67a67ec958f511cc55d/pkgs/development/compilers/zig/0.10.nix#L48-L51 If I use a precompiled `zig`...
@mwhooker - Since merging the retryable stuff, the EC2 tests fail. Can you take a look at that?
We need more visibility down into the request layer to tackle bugs like mitchellh/packer#668. We can do this by logging. Logging unconditionally on the root logger sucks, so I recommend...
This is extremely strange, but with "--syslog" on, I got a serious amount of dropped connections. Around 50% of curls looked like this: ``` → curl -i https://domain.com curl: (35)...
Right now we're just sleeping 100ms in case there is work done on the thread pools. The thread pools should instead write to an eventfd to wake up the main...
Real goal: I want libxev to "work" in the browser so that applications using the event loop can be ported more easily (I have a real world example personal project...
I bought `libxev.{com,org}`. Nothing fancy, just a place where there are some more user friendly docs. We need to setup the docs scaffold.