Results 209 comments of João Marcos
trafficstars

Oh ok, hmmm, I don't have Windows environment to test this, but let's leave this here just in case someone comes and solves it.

(About the compression level options, discussion is open at #52, ideas are welcome.)

The documentation states that it uses [this specification](https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT): https://docs.rs/zip/0.5.13/zip/index.html ![image](https://user-images.githubusercontent.com/38900226/137970104-ba465dae-6dd8-454b-aedf-bfaedcac535f.png) Does this explains it? Or it's just a compression level default configuration? We use `deflate`, from what [I have read...

It's currently not possible to change the deflate compression level: https://github.com/zip-rs/zip/issues/212. Will keep this open, we may try helping the contributors of that crate making it possible for `ouch` to...

I will be attempting to solve this ~~now~~.

> --format gives You're right, I had `--format` unimplemented because I had to stay a little bit away from Ouch. This is totally broken and needs to be addressed.

Format handling turned into a mess cause we added a lot of features and did bugfixes without proper refactoring and testing every case. I'll be trying to improve that part...

I'll take a shot at fixing this.

Sadly not, I didn't even start it, I think this requires a medium refac just because it might break other parts of the code.

So, just to document this, the naive fix for this is breaking the whole project, further investigation is necessary :v . We do however have a function called `strip_cur_dir`, so...