Brian Olsen

Results 86 comments of Brian Olsen

The way NixOS deals with the similar issue of moved configuration options works pretty well: When an option changes name they keep supporting the old name but whenever rebuilding the...

It fails with `unable to read JSON: Os { code: 2, kind: NotFound, message: "No such file or directory" }` when I run the tests because it was built in...

Sorry you delayed reply. I am not entirely sure what you are talking about here since Nix.rs at the moment has no relation to or direct integration with [NixOS/nix](/NixOS/nix) that...

I have spent some time refactoring, cleaning and moving code around so that things should now be more logically structured (at least there now is a logic) as well as...

That is also the purpose of the `nixrs-capnp` crate. It is where I prototype an extendable Cap'n Proto interface for both the current daemon protocol but also for how would...

What do you mean by "adding more complexity"? You can already implement SetterInput for your own structs and use that where the setter supports it so `Data` and `Text`. this...