Maximilian Knespel

Results 234 comments of Maximilian Knespel

The HTTP file system is also inconsistent in regards to requiring the full URL specification for each `listdir`, `open`, etc. call. This is in stark contrast to the other implementations....

@erikvanzijst I also saw your comment on the paramiko performance issue. If you have not found it already, I want to mention that, in the end, I have switched to...

I think adding the `no_rofd_flush` member to `fuse_config` in #635, which landed in libfuse 3.11 was also an ABI-breaking change. The linked Debian thread does not seem to discuss this...

That's a very helpful tool! Your second link is the same as your first one. You may have meant: https://github.com/lvc/abi-compliance-checker . I have found the bug by comparing the 3.0...

Yeah, it would be nice to have a drop-in replacement for gzip that could compress and decompress, but time is limited. Currently, I am doing some work on ratarmount, and...

> I take it sshfs already fills out the file API? Yes, it [inherits from IOBase](https://github.com/fsspec/sshfs/blob/15aac74de1d2e1c28376e70211397a8533318977/sshfs/file.py#L14) and then simply redirects to the asynchssh's [seek](https://github.com/ronf/asyncssh/blob/1f9c8abeaaf32abb0c3c1aa36924245d2402e984/asyncssh/sftp.py#L3340) and [write](https://github.com/ronf/asyncssh/blob/1f9c8abeaaf32abb0c3c1aa36924245d2402e984/asyncssh/sftp.py#L3289), which are sufficiently compatible.

Thank you for the detailed bug report! And sorry for the late answer. The unexpected thing here is that the FUSE callback via fusepy for setting only either the uid...

This and #650 seem to be fixed because ppmd 1.2.0 has wheels for Python 3.13. So does inflate64 1.0.3. And py7zr 1.0.0 is now pinned to: ``` "pyppmd>=1.1.0,=1.0.0,

Hi there, That is definitely an idea I have thought of several times over the years. There is not yet such a GUI. Personally, I do have experience programming in...

Today I learned that [ninfs](https://github.com/ihaveamac/ninfs) has something like this, very similar to ArchiveMounter: Personally, I'd also like a file explorer so that it could be used as a replacement for...