Adam Gaia

Results 7 comments of Adam Gaia

I think treefmt has unintentionally lost the ability to respect ignore files like it used to. I use treefmt via [treefmt-nix](https://github.com/numtide/treefmt-nix) as a [pre-commit](https://pre-commit.com/) hook. A while back, [I added...

Thanks for the quick reply!! I have been using typos v2.2.0 by setting treefmt.nix.nixpkgs.follows = nixpkgs unstable. Here is a simple reproduction: https://github.com/adam-gaia/treefmt-typos-ignore-bug The reproduction repo's flake's default devshell provides...

Hello, I have a synology nas and wanted to install nix. I spent most of the day intending to try and create a PR adding support for synology to this...

I'm interested in this! For anyone else who stumbles upon this in the meantime, it's pretty easy to use [boxxy](https://github.com/queer/boxxy) to fake a global config. ```console $ boxxy --rule "/.config/nextest.toml:/nextest.toml:file"...

I like to set `failure-output="final"`. I have a handful of rust repositories where I use nextest and would like to have the same output style for consistency. It feels awkward...

I gave it a shot at implementing this myself. I got close, but don't love how it turned out. See my notes on the PR #36. I know I did...