Markus Wanke

Results 13 comments of Markus Wanke

Moin Moin, Can you give it a try with some smaller sample data and tell me what happens? A simple text file will do: ``` gzip -9 some_small_file.txt ``` and...

Hi! Unfortunately Apples [Compression Framework](https://developer.apple.com/documentation/compression) does not allow special compression flags to be passed to the underlaying algorithm. I thought, Apple would add it one day, and then I would...

Sorry this took forever. If you have time, you may check version [**3.6.0**](https://github.com/mw99/DataCompression/releases/tag/3.6.0)

Thanks for the information. I haven't noticed it until yet. Will push a fix in the next days.

Hi again. Should be fixed with [release 3.7.0](https://github.com/mw99/DataCompression/releases/tag/3.7.0).

Yes that seems plausible. Will try to get this into the next release. Just some notes: This will not be possible for all compression methods. Probably only gzip and zip,...

Hi, big thanks for the feedback. I thought this problem was resolved with the 3.7.0 release, seems not to be the case. I only tried with the Xcode beta until...

Hi again, can you test for me if the unit test pass on your machine? Just a `git clone` + `swift test` on the command line. Because I get no...

With some deeper digging I found a couple of unaligned pointer problems causes by internal changes of Swift 5.7 They should be resolved with the latest release of version 3.8.0...

Hi! With ".gz folder` you mean `.tar.gz`? This library can only do the decompression, not untar operation. You will need another tar file library to do that. ([DataCompression](https://github.com/mw99/DataCompression) can turn...