Pierre Gay
Pierre Gay
Hi Joel, Here is a native version of the Horner schema: ``` C++ #define PY_ARRAY_UNIQUE_SYMBOL loop_ln_ARRAY_API #define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION #include #include #include #include #include #include #include #include #include #include #include...
Maybe @bertvv could tell if he still intends to maintain this repo actively?
Thanks for replying. I understand that it's a large amount of work to manage all these excellent ansible roles you have written and proposed to the community. It was not...
Thank you. I will look after issue 3902
The iRODS multithread protocol isn't implemented in python-irodsclient yet. I have proposed PR #195 as a possible implementation, but it is blocked with no feedback.
I think I found how this happens. If I understand well, the `FileCatalog.findFileByMetadata()` method calls `DirectoryMetadata.findDirIDsByMetadata()` wich in turn calls `DirectoryTree.getPathIDs()`. It's not clear for me which `DirectoryTree` is actually...
Hi, I encountered the same error on a Linux webdav client (Gnome file explorer) with a davrods-4.3.4_1.5.1 installation. The browser version has no issue. I can also reproduce it with...