Maximilian Knespel
Maximilian Knespel
I have a similar problem with the git filesystem in fsspec and `AttributeError: '_pygit2.Blob' object has no attribute 'hex'`. Shouldn't these breaking changes in 1.15 have warranted incrementing the major...
That would require a new option `--recreate-index-on-error` to restore / force the default behavior in case it somehow is not the default anymore, but it seems useful enough to add...
It sounds like this https://github.com/mxmlnkn/mfusepy/issues/4 issue might coincidentally apply to your use case. It might be possible to also do some prefetching in the XZ decompressor, though.
I have had the same pinning to
Thanks for the support. Sorry for veering a bit off-topic. So, basically, I'll have to fall back to an import from `setuptools._distutils._msvccompiler`. If it works, it works, I guess. I'll...
Your example makes sense, but having different versions of symbolic links also makes sense. I find it difficult to decide between one of the two. > Conceptually, recursive union mount...
> What would be the expected behavior? These are the difficult question I initially feared you were asking in your original post. Well, now we have reached this point. The...
> Do you think a solution to always resolve symbolic links as later binding makes sense to you, i.e. making [#164](https://github.com/mxmlnkn/ratarmount/issues/164) case always lists the three files? yes
Ah right. It's not possible. I guess, ideally, the list methods would also take a file info object, but oh well. I'm not sure how used the file versions actually...
> I think the reason why folders do not supporting versioning is that folders > in the tar format is implicitly created. There’s no such concept of folder > versions...