Rebecca Turner
Rebecca Turner
Hello, I'm running into this as well. I'm using `Versioning` to compare PostgreSQL version numbers, to determine if an upgrade is needed. The output looks a bit like this: ```...
Is there an upstream PR for https://github.com/bytecodealliance/rustix that references this? Especially if you're CVSS scoring it I'm surprised to not see any mention in the changelogs.
In my defense, this crashes `nix` too: ``` $ nix repl --file error: flag '--file' requires 1 argument(s), but only 0 were given Try 'nix --help' for more information. ```
OK, I don't use xonsh though so I won't be able to fix this myself.
Related issue: if your `home-mangler` packages include `nix` then removing the old packages can change the `nix` version used to add packages!
I'm going to fix this as part of making the tracing formatter its own crate ([tracing-human-layer](https://github.com/9999years/tracing-human-layer)).
Reproduction here: https://github.com/rampion/ghciwatch-bug-demo
@mstarodub Thanks for the feedback! We're definitely still interested in implementing this, but we can't really provide a timeline for it.
Hmm, that's true. In my experience most environment variables _are_ used for simple toggles. I would also expect the program to do some validation if the environment variable has semantics...