Sven
Sven
> Looks good overall. I think I would prefer lazygit's behavior of just truncating the help string and show an ellipsis. Is it possible to somehow show the full help...
I haven't tried this. But I'd assume this would work? ```console $ igir --output "library/roms/{romm}" --no-bios $ igir --output "library/bios/{romm}" --only-bios ``` If that is the case, maybe adding these...
> I would say steam should not install file here, because this directory is used to filter theses files I agree. I would also argue that for cases where you...
My idea was to extend the application traits path type py appending `+ ProgramPaths` to it's bounds. I think this is a non breaking change? I'm not sure though
> I would definitely prefer not to pull in `directories` by default [...] I can made this feature optional, no problem! I'm curious how you came up with the 60...
> We have `Task.map2` in the plans as a concurrency primitive. It would allow you to run two tasks in parallel. It will take some time until it's ready though....
> Yes, Folkert confirmed `mapN` should work by recursively using `map2` to map over N tasks. That would make calling semantics easier for sure. This would still mean that only...
It would be great if existing libraries could take advantage of this. For example `fletcher` also defines the `debug: number` argument for its `diagram` function. Some way to expose the...
> I'm happy to keep this issue open to invite further discussion. Would you be open to support custom subcommands similar to how `git` and `cargo` do it? If I...
I have the issue on NixOS as well. I've read on the website that terminals and other programs need patching. Does this involve source level patching? In any case, this...