François Degros
François Degros
This is still an issue. For example, see [ChromeOS bug 1313344](https://crbug.com/1313344).
Right. I had to solve the same problem for [`mount-zip`](https://github.com/google/mount-zip#smart-caching), and it took quite a few iterations to get the right balance between memory usage, disk usage, and getting it...
Regarding how frequent this ZIP_ER_INCONS error could be, I have some data collected over the last few months, with the number of data points in the order of millions. Error...
> I've never met multi-disk zips in the wild. To support this point, only 0.02% of all the ZIP archives opened by the ChromeOS Files App fail with `ZIP_ER_MULTIDISK` "Multi-disk...
Thanks. I confirm this is implemented.
> Each block of encrypted data depends on the file data _and_ previous block of encrypted data, therefore it is not possible to start decrypting in the middle of the...
Thanks Matteo for the detailed bug report. I confirm that I can reproduce the issue. Indeed, empty folders, or even folder trees that don't contain any file, are not visible...
Assigning to Nigel, who has a more in-depth knowledge of how `fuse-archive` works.
See the following verification steps. Create a test archive containing an empty folder: ``` $ mkdir test-fuse-archive $ mkdir -p test-fuse-archive/dir1/dir1.1 $ mkdir -p test-fuse-archive/dir2/dir2.1 $ echo "existing file" >...
Thanks for you interest in `fuse-archive`. I'm going to close this pull request. I don't think it is relevant anymore since `fuse-archive` now correctly handles symlinks and specials files.