Jose Juan Montes
Jose Juan Montes
Thank you for pointing me to the documentation, I had vastly overlooked kwargs there. However, now that I'm handling the error with `on_errors`, my on_errors handler receives an exception with...
(Note that this only happens if using the `details` namespace).
Since the provided path is '/', what I get from `remote_fs.getsyspath` is the real root path of the filesystem. What I need is the relative path within the filesystem to...
I'm returning True but listing stops. It also stops if I use `ignore_errors`. This sounds related to your diagnostic of the root cause (treating symbolic links as if the entire...
Regarding: > The 'fix' is probably to catch stat related errors in scandir and simply not add the namespace it it couldn't be read. I think you meant *not add...
>Calling getinfo will have a small performance impact. Probably negligible if you are reading any data as well as listing directories I'm just listing directories. I think I'll try to...
Thinking about it, I'd favour the on_error/ignore_errors approach. After all, a getinfo exception is still an exception in other parts of PyFilesystem API. The real problem is that the entire...
Today I had to revert to 1.25.1 as 1.25.2 failed to detect requirements, suggesting me to download mono (Ubuntu 20.04, with useModernNet=false).
Closing as discussed. If anybody wants to move to a new major version with new standard lists, let me know.