Yannik Sander
Yannik Sander
this was broken into #1649 and #1650
Hej, we are aware of the missing fish support and planning to work on it. In the meantime you can export either `FLOX_SHELL=` to override the shell Flox uses for...
Agree we should probably just have the server ci create a pr (just like dependabot) - git switch -c ... - update `cli/catalog-api-v1/openapi.json` - `cargo build --manifest-path ./cli/Cargo.toml -p catalog-api-v1`...
was either of these related to "which end of the zshrc file" the flox activate call was placed? I'm asking because I cant reproduce this at least under my own...
This is an issue with the upstream nixpkgs rev `0ca77ade2a34c5466be6d54f1267507860c95da8`that we lock to. `opam` fails to build on that revision, although it is not tagged as broken... ``` $ nix...
should prob be two issues since the completion uses different sources I'd estimate each as 3, install on ther upper end of 3
We are currently somewhere on the way to _isolate_ tests from each other in order to run them in parallel. However that causes tests to run in clean environments without...
Hej Matthias Glad you like the efforts of this project! However, I'm sorry to disappoint Currently the library is under LGPL because parts of it are implemented by statically linking...
Thank you! Our usecase is very much async focused so all the command stuff is very async centric and non async ways are currently not easily exposed. Though Async stops...
Putting it behind feature flags in either direction would make sense. Either way, we should look to share everything but the lines that are related to async commands. https://github.com/flox/runix/blob/3112401dc888111b7a074cbf4a52ebb2cd51e45b/crates/runix/src/command_line/mod.rs#L245-L254 n.b....