tomberek

Results 245 comments of tomberek

yes > > Downgraded to 0.2.0. > > Did this work out for you? I'm running Advent of Code on Rust for the first time (and it's also my way...

Follow-up questions: - [ ] at what level should the de-duplication occur? The fully-resolved uri? the original Uri? storePaths? - [ ] what does it mean to install separate attrPaths...

The entire process cannot be restarted upon identification of the failure? I mean from the side of the suspended client.

Sadly, no. The same sequence of events still did not lead to a re-connection. I suspect one of the peers is trying, but no the other.

@jeremyckahn Yes, #30 improves leave/rejoin behavior between desktop browsers. Thanks!

This still seems to be an issue. Querying for values inside the lambda works as expected, but the traversal for writing doesn't seem to use the same logic. ``` $...

Latest changes (ab2a7e94ca176589c1e8236ce31cd89044e4818f): ``` nix-editor test.nix outputs.a.b -v '{v=1;}' { outputs = inputs: inputs.d { a.b = {}; }; outputs.a.b = {v=1;}; } ``` and ``` nix-editor test.nix outputs.a.b -v...

work-around with an empty flake ``` nix-editor test.nix outputs.a.b -v 'rec {c=1;}' { outputs = inputs: inputs.d { a.b = rec {c=1;}; }; } ``` This seems to bypass the...

Happens with QEMU NixOS images as well on intial build. Works fine after a reboot.