spacefrogg
spacefrogg
Fixes issues with distributions that use non-standard binary paths (e.g., in isolated build environments). Scripts rely on PATH for other programs, anyway.
Tested with zsh, bash, dash, ash (busybox) and /bin/sh pointing to bash. Test patterns: ``` rc_splitwords '"a b"' "'c d'" 'e\ f' "g\ h" i\\\ j rc_splitwords $(seq 10000) rc_splitwords...
Introduce REDOCONF variable that can be set in 'configure' just as S. Rationale: Some people might want to hide redoconf in .redoconf and, generally, just not to fix things that...
**Describe the bug** The following machine configuration does not evaluate in `--restrict-eval` mode, i.e. on Hydra: ```nix { inputs.overlay.url = "..."; outputs = { self, overlay, nixpkgs }: { nixosConfigurations.machine...
The following code throws an error: ```factor USE: arrays.shaped { 3 3 3 } zeros shaped-array>array >shaped-array ``` `shape` on normal arrays or its descendants seem to be the culprit:...
vterm produces the colours 8–15 from the face-background of the colours 0–7. Adapt the colours to make, e.g., brightblack visible again Fixes #765 ----- - [x] I searched the issue...
I have a key in my chain which main UID is not valid UTF-8. This leads to an exception in gpgme when calling `GPGME::ctx.verify_result.signatures[0].to_s`. `to_s` relies on `@from` to be...
The current coq-nix-toolbox configuration seems to be broken. So, I devised a flake-based setup that circumvents the coq-nix-toolbox but should provide the same expressiveness. Additionally, I added a small nix-based...
This PR brings: - Code updates to support Coq 8.18 and OCaml 8.14 - Tool chain rewrite to use Dune 3 instead of Make - Nix flake for stable development...
As an alternative to PAM authentication, password hash authentication only relies on the availability of libgcrypt (and some program like OpenSSL or sha256sum to create the hash). Supports salted hashes...