-
```
kthoom needs to be able to read in CBZ files, which means ability to decode
a zip file: http://www.pkware.com/documents/casestudies/APPNOTE.TXT into memory
```
Original issue reported on code.goo…
-
```
kthoom needs to be able to read in CBZ files, which means ability to decode
a zip file: http://www.pkware.com/documents/casestudies/APPNOTE.TXT into memory
```
Original issue reported on code.goo…
-
```
What steps will reproduce the problem?
1. Open an archive that has been encoded more than once, such as .dmg.zip
2. The Unarchiver fails to tell the resulting .dmg to open
3. The user must manuall…
-
```
kthoom needs to be able to read in CBZ files, which means ability to decode
a zip file: http://www.pkware.com/documents/casestudies/APPNOTE.TXT into memory
```
Original issue reported on code.goo…
-
```
kthoom needs to be able to read in CBZ files, which means ability to decode
a zip file: http://www.pkware.com/documents/casestudies/APPNOTE.TXT into memory
```
Original issue reported on code.goo…
-
```
kthoom needs to be able to read in CBZ files, which means ability to decode
a zip file: http://www.pkware.com/documents/casestudies/APPNOTE.TXT into memory
```
Original issue reported on code.goo…
-
```
kthoom needs to be able to read in CBZ files, which means ability to decode
a zip file: http://www.pkware.com/documents/casestudies/APPNOTE.TXT into memory
```
Original issue reported on code.goo…
-
```
kthoom needs to be able to read in CBZ files, which means ability to decode
a zip file: http://www.pkware.com/documents/casestudies/APPNOTE.TXT into memory
```
Original issue reported on code.goo…
-
```
What steps will reproduce the problem?
1. Open an archive that has been encoded more than once, such as .dmg.zip
2. The Unarchiver fails to tell the resulting .dmg to open
3. The user must manuall…
-
Trying to extract a repo archive downloaded from GitHub:
``` javascript
const fs = require("fs");
const got = require("got");
const extract = require("extract-zip");
const pify = require("pify");
go…