tshaynik
tshaynik
### Related problem I would like to be able to represent subcommands after flags when working with custom completions: Often the top level command will have flags that it's necessary...
**Describe the bug** When running `lorri shell`, if the evaluation fails due to an `EvalError`, the underlying `nix-shell` error message is returned which encourages the user to "use '--show-trace' to...
Sometimes, due to a known issue in npm (https://github.com/npm/npm/issues/20106#issuecomment-383770315), a package-lock.json can be generated where some of the "resolved" fields are `false`. Running an npmlock2nix on such a package produces...
It seems like `crate.select` can't be used in a variety of `crate.annotation`s, including `build_script_data`. There is this example in the [rules_rust](https://github.com/bazelbuild/rules_rust/blame/9594fa70b5b6f556a7b4f57ca0ac7c48149bf280/examples/nix_cross_compiling/bazel/cargo/crates/libc.bzl#L6) repo of using the results of a crate.select in...