Pamplemousse
Pamplemousse
Some support is available through https://www.npmjs.com/package/@types/big-json .
Here's an excerpt of what I can get with `outputs/out/bin/nix --extra-experimental-features nix-command store diff-closures /run/current-system /nix/store/5ks2pk9n0lwmck32552ysjf1d7662pmv-nixos-system-foo-22.05.20221023.471d921` ```json { "bash-interactive": { "after": "∅", "before": "∅", "sizeDelta": "+6384.3" }, "bind": { "after":...
> Can we use null, empty string or something that everyone knows how to type on their keyboard? I favored consistency and kept the symbols in use in the "regular"...
> It would be nice to include the before/after store paths that are being compared. I was just looking for a mean to exploit the data that is currently being...
> It would be cool to finish this! I addressed the comments from the PR, either by updating the code, or by explaining why the display makes use of certain...
Nowadays, an error bubbles up when the port is already in use. However, it is not caught by the callback given to `proxy.listen`, but rather in `proxy.onError`. This is somewhat...
@xuv @DougInAMug is this project still maintained?
@DougInAMug, oh, I am sorry to hear that. Thanks for all your efforts :slightly_smiling_face:
> It's not the biggest bug, and can easily be fixed manually, by changing the generated jest.config.js to ESM. It would have been nice to show how, for those of...
I tried to use different existing parsers and combinators, but never got something that worked to my liking. I followed a similar approach to the one you described, but the...