Rene Schallner
Rene Schallner
Hi, this is just a little patch that I added to change logging timing info from milliseconds to microseconds. Apply if you find it useful. It was for me. Thanks...
Hi, below code fixes the week (day of week) param passed to calendar actions for the CalendarT command (dir="T").
If I see ezpkg as the main tool for making all things zon easy, I think generating a zon dependency that can be put into a client's (=potential user of...
I could use an auto-run of `zon2nix` after each update to `build.zig.zon`. Mainly, so I can't forget to run it before calling `nix build`. I haven't yet thought about how...
e.g. avoid silently accepting handler functions that want to return an error which leads to unexpected pointer issues. at least comptime-introspect and check if 2nd param (the one after self)...
In the 0.12.0 branch, [httpz](https://github.com/karlseguin/http.zig) was added to the perf measurements. Apparently, somehow this got lost, which is a pity. httpz is super-promising. Given the perf benchmarks in [this PR...