Andreas Poehlmann
Andreas Poehlmann
**Images:** https://github.com/libvips/pyvips/issues/307 pyvips 8.13 supports fsspec compatible IO
Thanks for reporting! Would you be interested in contributing support for the `ST-VIS-25`? The complicated part here is seemingly (and I am guessing here) that all the ST models share...
Hi @cawilsonvitro In general the more detail you can provide when reporting an issue the better. Provide a code example is extremely useful. Without it I can just guess. In...
I don't have the energy to debug through the cibuildwheel qemu arm layer for now... Things to test: - find an old quay manylinux image for arm and see how...
So a while ago a fix was added to pyseabreeze to extend that timeout dependent on the integration that was set. It was combined into another PR which is why...
Thank you for opening the issue. The implementation in `pandas.io.common` of `_get_filepath_or_buffer` basically converts the provided `UPath` instance into a string and drops the storage_options. This causes pandas to then...
Given the current implementation in pandas, and the current implementation in universal_pathlib, what you can do to achieve what you're asking for is to not provide credentials explicitly, but set...
Hi @Koncopd Thank you for the PR! I made some small fixes to support webdav and smb, there is a small issue with SMBPath that has been fixed in a...
Hi @lmmx Thanks for reporting! The issue you're describing is happening because of the way local path handling in universal-pathlib was designed. To ensure that universal-pathlib's `upath.UPath` can be used...