Maximilian Knespel
Maximilian Knespel
I'm sorry for your trouble. First off, I'm surprised that you are running in debug mode with asserts in the first place as it is multiple times slower in my...
> Thanks! Will do the above. By the way, if I set the chunk size to (1ull
Did you find time to generate a backtrace? That would help me the most. The other two debugging suggestions are only if the backtrace doesn't clear up anything. I may...
Should be doable, but the performance of such a solution would be another matter. The tar implementation takes care to do the modification in place thanks to GNU tar, i.e.,...
It would be nice if this were merged to avoid yet another fork! But I am thankful that the packages already exist on PyPI anyway. And thank you for adding...
Sorry for the late answer. I was on vacation. Passwords should work the same way you pointed out. But, it seems that the underlying libarchive is [missing](https://github.com/libarchive/libarchive/issues/1443#issuecomment-790259887) [password](https://github.com/libarchive/libarchive/issues/878) [support](https://github.com/libarchive/libarchive/issues/579#issuecomment-118440525 )...
I have pushed an implementation to the py7zr branch in commit 3276165068fbf6c29aea57f3a4ea5f104365d87e. You can try it out with: ```bash python3 -m pip install --user --force-reinstall \ 'git+https://github.com/mxmlnkn/ratarmount.git@py7zr#egginfo=ratarmountcore&subdirectory=core' \ 'git+https://github.com/mxmlnkn/ratarmount.git@py7zr#egginfo=ratarmount' ```...
It hangs? How exactly are you calling it? This probably is a slightly different problem, especially as the checksum is at the end, so it is not available when the...
I cannot reproduce it. I tried with files generated like so: ```bash base64 /dev/urandom | head -c 1024 | bzip2 | head -c 100 > base64.bz2.truncated base64 /dev/urandom | head...
I have now encountered this issue: https://github.com/PyFilesystem/pyfilesystem2/issues/577 in a Python 3.12 environment, which is the default in Ubuntu 24.04. ``` Traceback (most recent call last): File "squashfs-root/opt/python3.12/lib/python3.12/site-packages/ratarmountcore/FATMountSource.py", line 13, in...