Sivizius
Sivizius
**Describe the bug** ``` $ nix repl Welcome to Nix 2.7.0pre20220201_73d5f38. Type :? for help. nix-repl> __appendContext "Hello" { "" = null; } nix: src/libutil/util.cc:112: nix::Path nix::canonPath(const Path&, bool): Assertion...
Add a command line parameter `--action ` with an `command` that should be executed every time after a failed attempt. This could be used e.g. to capture a picture with...
**Description:** - Toxic Mud, produced by purification of ores with sulfuric acid does not seem to have either an purpose (well, there probably is none, I guess) or some useful...
this allows base=8 for octal numbers (bits of each byte) and base=16 for hexadecimal. The delimiter in arguments is »:«, why not in options too?
This PR removes unnecessary usage of `rec`. This is not about `rec` sometimes considered an anti-pattern, this is about code, where this keyword can simply be removed. Because linters like...
**Describe the bug** `__curPos` is a useful builtin in get the current position, e.g. for debugging purposes. However, due to its [implementation](https://github.com/NixOS/nix/blob/master/src/libexpr/parser.y#L445-L451), it can be overwritten without any warning, but...
I would like to open issue #5131 again with: Modified https://github.com/rust-lang/rustfmt/blob/master/tests/source/5131_one.rs: ```rust // rustfmt-imports_granularity: One pub use foo::x; pub use foo::x as x2; pub use foo::y; use bar::a; use bar::b;...
Due to the `scopedImport`-builtin, nix-files can be imported with additional symbols. I use this mechanic for constructors e.g. here: https://github.com/sivizius/nixfiles/blob/development/services/printing/default.nix: It prevents importing such files from an unintended place while...
With this PR, development with Nix/NixOS and integrating into the github:NixOS/nixpkgs is easy and would allow building a typos-lsp binary executable for VS Code/Codium Extension in NixOS.