João Marcos
João Marcos
We used to have automatic extension checks for cases like this. For this example: ``` ouch c foo.tar foo.tar.zst ``` Ouch would realize that `.tar` is a matching prefix and...
Nice! You can ping me if there are any updates regarding https://github.com/taiki-e/cargo-hack/issues/243.
Hey @drdozer, could you provide an example?
Thanks for the issue. I ran a poll, and most people agree that merging folders is the most intuitive behavior. This should be an easy change in the code side,...
I bet that, at some point, we had a piece of code that gave us a progress estimate, but I don't know where it is 😆. While `.zip` provides a...
also deprecate `Itertools::unzip`, it's for 2-tuples, replaced by `.collect()` too.
Oh you're right, thanks.
note for future self: following what compilers do we can add `-j` as an alias
looks like `zstd_encoder.multithread` isn't respecting this setting
I'll be doing a couple of changes in another PRs.