zip
Here are 688 public repositories matching this topic...
-
Updated
Apr 20, 2020 - PHP
Howdy and thanks for a awesome library!
We have a use case where we tar up a path and upload it to google cloud storage, which takes a []byte as the object you wish to upload. Later on we might download the tar which again gives us a []byte and untar it to some path.
In v2.0.1 we have the super helpful
Compress(sourceDir string) (tar []byte, err error)
Uncompress(destinationDir st
-
Updated
Apr 14, 2020 - Java
I am following the get started guide found here and I was able to create a zip file from within firebase cloud functions and then successfully uploaded it to google storage.
Once I download it to my mac, the zip file gets extracted and becomes a CPGZ file and expanding that creates a ZIP and so on...
Any ideas what's going on?
-
Updated
Jan 27, 2020 - Swift
It’d be super nice if libarchive aka libCVE had proper, human-readable changelogs with references to security fixes. Right now the NEWS file is so incomplete as to be useless, and the release notes page on the wiki hasn’t been updated in ages.
Document with markdown:
(samples could also be unit tests for some copy/pasting to make it easier to maintain when breaking changes occur)
-
Basic Archive usage
-
Basic Reader usage
-
Basic Writer usage
-
Options usage around leaving streams open
-
Archive Encoding usage with auto-detect
Talking about https://docs.pyfilesystem.org/en/latest/reference/walk.html#fs.walk.BoundWalker.dirs and maybe walk.files is affected as well.
The documentation talks about (emphasis by me):
dirs(path='/', **kwargs)
Walk a filesystem, yielding ABSOLUTE paths to directories.
and
filter_dirs (list, optional) – A list of patterns that will be used to match directori
-
Updated
Apr 22, 2020 - JavaScript
WOFF format support
-
Updated
Apr 22, 2020 - PHP
-
Updated
Apr 22, 2020 - C
The documentation of the filter option is misleading:
Filter out files before extracting
That's not really true. When you use decompress (say, with decompress-tar or decompress-unzip), it fully decompresses the entire tarball into memory before applying the filter. If you're not using the output feature, the filter option is entirely equivalent to just using Array.filter yourself o
-
Updated
Apr 22, 2020 - C
-
Updated
Apr 1, 2020 - Java
-
Updated
Apr 20, 2020 - PHP
-
Updated
Feb 18, 2020 - JavaScript
-
Updated
Feb 2, 2020 - PHP
-
Updated
Apr 23, 2020 - C
-
Updated
Jan 14, 2020 - JavaScript
-
Updated
Aug 9, 2018 - Python
Improve this page
Add a description, image, and links to the zip topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the zip topic, visit your repo's landing page and select "manage topics."
The documentation only states that the system supports node-js streams.
In my example I went ahead and tried to create a file using
csv-stringify, which creates a writeable stream and push it tozip.file()function, which didn't work.Do you see the possibility to introduce a writeable stream to this library?
At least the docs should receive an update here specially mentioning readabl