Results 79 issues of josch

Hi, is it possible for libarchive_cpp_wrapper to add files to an existing archive without overwriting its former content? When I follow the instructions in the README.md about how to write...

This is an independent implementation that does the same thing as #107. Unfortunately I wasn't aware that e2fsprogs had a github repository (http://e2fsprogs.sourceforge.net/ only mentions the kernel.org repo). Differences of...

With Python 3.7 I'm getting warnings like: ``` /usr/lib/python3/dist-packages/pdfrw/objects/pdfstring.py:265: DeprecationWarning: invalid escape sequence \( ``` The following patch fixes the problem: ```diff --- /usr/lib/python3/dist-packages/pdfrw/objects/pdfstring.py.bak 2019-07-01 10:45:42.857128581 +0200 +++ /usr/lib/python3/dist-packages/pdfrw/objects/pdfstring.py 2019-07-01...

Hi, when writing out raw byte data (the string type enclosed by parenthesis) pdfrw is currently only escaping the opening and closing parenthesis and the backslash character with a backslash....

The shebang line claims that the script can be executed with `/bin/sh`, which is usually a POSIX compliant shell. But the script uses features that are bash features and not...

bashism

The readme states "Chroma.js is a tiny small-ish zero-dependency JavaScript library". This is not true as in `package.json` it lists a dependency: ``` "dependencies": { "cross-env": "^6.0.3" } ``` Please...

The generated chroma.js differs depending on the directory name of the git clone of this repo. The last few lines of chroma.js in this repo read: ``` var chroma_js =...

Hi, I'm now using genext2fs with multi-GB tarballs as input. While this works well it also takes several hours on my machine. So I profiled genext2fs: [gprof.txt](https://github.com/bestouff/genext2fs/files/8019244/gprof.txt) If I read...

This allows libarchive (in case it is activated) to handle filenames. We only change LC_CTYPE since libarchive only needs the charset set. We don't use LC_ALL because it causes problems...

Currently, the argument to `-d`, `-D` and `-a` is split by the first colon. This means that the path to the directory, specfile or tarball must not have a colon...

question