Maximilian Knespel

Results 234 comments of Maximilian Knespel

> For example, when resolving `merged/subdir0`, the link `subdir0 -> ./subdir1` becomes a lookup for `merged/subdir1`. `UnionMountSource` doesn't need to know upfront whether a symlink points to a file or...

> I also feel like symbolic link resolution has been requested previously, but I can't remember exactly. I found the commit from over a year ago by chance on the...

It may be safe, but it is **huge**. That is a barrier to reviewing. And approving the CI can have dangers for non-reviewed code. Note that you can enable the...

> This PR fixes #160 > ## Design Overview (link.py) > > `link.py` implements the new layer around two small internal abstractions: > ### 1) `_FileVersion` – “physical” file instances...

Interesting. Many of ratarmount's features can be used as a library without FUSE via ratarmountcore, but it is a slightly higher hurdle. The issue with FUSE permissions comes up frequently....

Wow, three votes in one day for this feature request. I hacked something simple together on the [`create-index` branch](https://github.com/mxmlnkn/ratarmount/commit/a015f3c07ea06aa1cc036b2c46928194debff7da), which can be installed with: ```python3 python3 -m pip install --user...

Unfortunately, no. I have not used it since. I also have no alternative.

Please try with `--index-minimum-file-count 0`. At some point, I decided that indexes are not necessary for small archives, e.g., archives with 1000 or fewer files, and I decided to set...

My bad. I did notice that you are not using py7zr. But then I skimmed the code and found that the libarchive backend uses my SQLiteIndex class and thought that...

Honestly, this is an extreme case, even though it is a real file and therefore a real use case. I am not sure I can do much about this. ##...