Results 210 comments of João Marcos
trafficstars

> can you publish on winget package manager please? It might be surprising, but Ouch maintainers didn't create a single package for Ouch! That was all done by random people...

Thanks for reporting it, it's almost the correct binary, but 1,2 are wrong because I linked to the previous commit.

> The last part is just due to https://github.com/ouch-org/ouch/blob/0dbbd3b8825d1bb8f985b3e384cdd987d5f4d40f/src/cli/args.rs#L8 and README.md not yet being updated to include 7z (or RAR, but that's more dicey because of #565). Last one solved...

Did you find a use case for the `--json` part? Could be useful for people who are writing scripts to benchmark all formats and/or the combination of them to see...

I'll take this one after #515 is merged so I can add tests for it to avoid regression. EDIT: actually now waiting for #518 to reuse some of its code.

A few ways out of this: 1. Regress decompression parallelism. 2. Create a complex system separating the `main` thread from decompression and compression threads so they communicate via messages, and...

> If we want a simpler solution, we can probably just have a static lock for Y/n prompts But how to stop output from other threads from getting in the...

This should be fixed when #643 is closed by the PR #642.