figsoda
figsoda
The current implementation doesn't utilize the shell session, so we can rewrite the logic in rust. This way we don't have to rely on external tools like grep and cat,...
I want to have default configs for all of my projects, but I don't want to respect the `taplo.toml` in other directories without having to put the same `taplo.toml` in...
https://www.gnu.org/software/cpio/ https://en.wikipedia.org/wiki/Cpio crates: [cpio](https://docs.rs/cpio), [cpio-archive](https://docs.rs/cpio-archive)
A lot of new features has been added that are not tested by the CI, namely the `list` subcommand and smart decompress
Looks like this is possible for at least qemu 9p, it would be nice to have an option to enable this > [readonly: Enables exporting 9p share as a readonly...
It is currently not very well documented, but https://github.com/ziglang/zig/issues/14290 is pretty self explanatory, as it just uses plain urls to tarballs and zip files. Homepage: https://ziglang.org/
https://nixos.org/ https://nixos.org/manual/nix/unstable/command-ref/new-cli/nix3-flake.html
Might be a little obscure, but I binded my jumps to `` and `` and find myself accidently jumping to places from snippets I expande minutes ago when I actually...
It would be nice to be able to go to the github repository when meta.homepage is set to the project website I can try to work on this if I...
for example: ```nix { # statix-ignore overlays.default = final: prev: import ./overlay.nix final prev; } ``` ```nix { # statix-ignore: eta_reduction bool_simplification overlays.default = final: prev: import ./overlay.nix final prev;...