Jonas Chevalier

Results 831 comments of Jonas Chevalier

Another way to look at this is that the command creates a temporary profile. If that profile was recorded and exposed as an environment variable, it would then become possible...

I agree that it's cumbersome and would be happy to find another way to arrange this. The main reason it's using a list is that `eval` and `prefix` depend on...

If you're up for sending a PR, I suggest the following: Change the `env` key to become an attrset of key=value, so the user can express things simply: ```toml [env]...

> Unfortunately I can't actually submit a PR without running afoul of my employer's OSS contribution policies. I'm sorry to ask but are you using this project at work?

I don't know what to think. Reciprocity is important for the OSS ecosystem's health. We spend a lot of time building things for free, helping people out. It's human to...

Why not? It makes me think of wrapProgram, maybe the env option should be modeled after its options, so there is some transferable knowledge there.

Sounds good! (I mean, happy to get a PR for that)

Sounds good! This would also make overriding the default set of commands in the general category easier.

Thanks, I think it's worth making the file listing a new interface. The default would be: ```toml [general] file_listing = "builtin" ``` It could also support `git` as a data...

Can you share your `treefmt.toml` and on which OS you're running? If it's reaching the assertions, it's hitting a bug somewhere that I need to reproduce.