Joachim Schmidt
Joachim Schmidt
At the moment, the implementation of red-black trees in the standard library are not generic and need to be embedded in other structs in order to work as intended. https://github.com/ziglang/zig/blob/a2bb246db4c2bb88f402215d5db79a535dbff4b6/lib/std/rb.zig#L16-L27...
https://github.com/purcell/reformatter.el provides an easy interface to provide idiomatic formatting commands. Using this library would make it would be possible to move a lot of the code which deals with `zig...
See #39 for the corresponding issue. This changes some of the weird behavior which arises from using `revert-buffer` after formatting such as #49. Of course, this massively changes formatting behavior...
According to [npm](https://www.npmjs.com/package/swig), `swig` is deprecated. It might be possible to use a fork or switch to another template engine.
### Steps to reproduce Apply this patch to the router example: ```patch diff --git a/examples/router.zig b/examples/router.zig index 5b7d909..eabe465 100644 --- a/examples/router.zig +++ b/examples/router.zig @@ -28,7 +28,7 @@ pub fn main()...
TODO: - [x] launchd - [x] tcp - [x] nonce_tcp - [ ] unixexec - [ ] autolaunch
The HTML editor for pages doesn't seem to handle `` well:  The text `A more complete example` should be part of the page to be edited.
It may be useful to flip the arguments to `std.testing.expectEqual`. Right now, the expected value is the first formal parameter and the actual value is the second formal parameter. When...