Maximilian Knespel
Maximilian Knespel
E.g. use [afl](https://lcamtuf.coredump.cx/afl/)
I'm using release 1.6.1 64bit. The plugin itself works without problems so far, but my `~/.xsession-errors` gets spammed with the error message from the title every 20 seconds. Is there...
"lzomodule.c:38:10: fatal error: lzo/lzo1.h: No such file or directory" on Ubuntu / missing wheels
It seems that only wheels for MacOS and Windows are available on PyPI. This results in the following error on `pip install python-lzo`: ``` Defaulting to user installation because normal...
Xz is pretty slow compared to other compression formats. It would be really cool if python-xz could be parallelized such that it prefetches the next blocks and decodes them in...
Hi, I wanted to try out the project, but my first test failed: ``` echo foo > bar tar -cf simple.tar bar target-mount directly-compressed.tar mounted ``` ``` INFO:root:Using fuse2 library:...
Hello, Thanks for this widely useful project! I'm trying to incorporate it into [ratarmount](https://github.com/mxmlnkn/ratarmount) via [python-libarchive-c](https://github.com/Changaco/python-libarchive-c). After making the [new backend](https://github.com/mxmlnkn/ratarmount/pull/130) work successfully with smaller archives, I stumbled upon a...
The alt/else block can't be rendered in parallel by itself, see also #269 but I accidentally got it somewhat rendered in parallel by having the alt/else block in another group....
Hello, while looking over the `fuse_file_info` definition in `fuse_common.h` in order to add FUSE 3 support to fusepy, I saw that libfuse 3.14.0 introduced a new bitfield member `parallel_direct_writes` in...
Hello, this project looks really cool and I wanted to integrate it as a backend into ratarmount, if you are not opposed to that. However, while looking into it, I...
As mentioned in #41, I am trying to use this project via FUSE. The current [work in progress](https://github.com/mxmlnkn/ratarmount/commit/a3bdbee04342256e5f017854db371d8423b426a8) works quite fine already. Bash script to test the work-in-progress state. ```bash...