Brian McGee
Brian McGee
The approach is to gather as much interesting information as we can about a machine. We only remove info from the report if it could be considered sensitive or if...
> And I use nix fmt a lot, but have found the nix flake command to be particularly slow to start compared to running treefmt I was speaking with another...
It should batch things up and kick them off in parallel. I'll try and find some time to have a look at your branch.
@shikanime I looked at your branch and played around a bit locally. I can't push my work-in-progress changes. I think the PR has an option to allow maintainers to push....
Reading from walkers is supposed to keep happening until they return an `io.EOF`. In #512 I cleaned up the logic around that section. In my local tweaks of #510, I...
@tomeon I'd like to reiterate what @jfly said, thanks for hanging in there with this :pray: . My focus has been elsewhere these past few weeks. I'm going to give...
@tomeon, I spent some time reviewing the approach and pushed a commit that simplifies the implementation. I like how flexible the template approach is. It's a nice progressive enhancement users...
It would appear [cobra] already added this for us; it was just hidden and [poorly documented] (I can't find this from the main site): ```console ❯ result/bin/treefmt completion Generate the...
Ah, makes sense. I like that the default command doesn't require you having to write `treefmt format ...` or something similar, but at the same time we need to be...
I think I can re-work how we're using cobra to be support a default command for format and permit other kinds of sub commands.