Anantha Kumaran
Anantha Kumaran
It's because I have broken the behavior while switching to transient based UI, I will try to fix it soon
Yes, provided it doesn't cause any performance issue with binary protocol and the implementation is cleanly separated. I hadn't given much thought about implementing multiple protocols, so not sure how...
This is an interesting problem to solve, though it might not be a common use case. I have open PR https://github.com/ananthakumaran/zstream/pull/19 which allows the user to bring in the CRC...
> Would you have any time for the initial investigation and then for guiding me through the calculations? I will try maybe on weekends (can't guarantee the timeline). I would...
You can find the full spec [here](https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT). The cut could happen anywhere. You likely need to decide on the granularity of skip, because it might not be possible to skip...
Please confirm if the mod_zip generated files are actually in zip64 format. From a quick look at the code, mod_zip only uses zip64 if the file size is > 4GB....
I meant, I want a file that works in Xiaomi, I am assuming the above one is not working in Xiaomi?
> All mod_zip files are working on Xiaomi, test.zip works on Xiaomi as well, test_zip64.zip doesn't work on Xiaomi. I want a zip64 file (with data descriptor encoding) that works...
I built the mod_zip locally and modified it to use zip64 for all file sizes. Since it knows the file size, it is setting the correct size in the local...
[test_zip64_1.zip](https://github.com/ananthakumaran/zstream/files/10491568/test_zip64.zip) [test_zip64_2.zip](https://github.com/ananthakumaran/zstream/files/10491578/test_zip64.zip) [test_zip64_3.zip](https://github.com/ananthakumaran/zstream/files/10491585/test_zip64.zip) could you check if any of the following variation works? > Is there a way to extend zstream in the similar manner to fix the issue if...