Daniel Goertzen

Results 52 comments of Daniel Goertzen

Could `allRefs` default be changed to true? Or, could we have a switch for `nix-build` to trigger pre-2.4 fetchGit behavior? Now that I've installed 22.05 and upgraded away from nix-2.3,...

I would love to see `From` for `io::Error` in nix. Reasoning: People are writing their own conversions. @paulpr0 is doing it in the reference above, and I will be doing...

Yes please! Here's some output I generated today... not ideal. ``` - - - - -150 - -150 - - -150 - -150 - - -150 - -150 - -...

Take the following idea with a gain of salt.. I haven't done Rust and serde work for a few months: 1. Add a `FlowWrapper` type that can wrap another `Serialize`...

Any luck on the plugin?

Just a heads up that ghc-9.6 has problems with plugins in general. The link below is for polysemy, but I've had the same trouble in effectful. Surely cleff is affected...

A motivating use case: 1. You have a router which provides internet access (GUA prefix) and offers a default route. 2. You add a separate VPN router (ULA prefix) onto...

I am taking a swing at this now.

Basic functionality is working, but I need to test more and read RFC4191 more thoroughly to see if there is stuff I should add. https://github.com/goertzenator/dhcpcd/tree/rfc4191route

Having wrestled with c++11 templates and Rust macros, I really like this RFC. I hope it comes to fruition sooner rather than later.