Sameeul Bashir Samee
Sameeul Bashir Samee
Hi, I am looking for a script that runs on the server-side on a directory to uploads images directly (bypassing the wordpress media uploader interface). Is there an existing solution?...
Checklist - [x] Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml". - [x] License file is packaged (see [here](https://github.com/conda-forge/staged-recipes/blob/5eddbd7fc9d1502169089da06c3688d9759be978/recipes/example/meta.yaml#L64-L73) for an example). - [x] Source is...
Currently, the documentation has Python tutorials. Will it be possible to add some minimal working examples for the C++ API ? Similar to this (https://google.github.io/tensorstore/python/tutorial.html)
Hello there. I am trying to see if I can add support for reading (and eventually writing) Tiff images using tensorstore. The motivation is to be able to read/write large...
Now that C++17 is supported by all the major compilers, just checking if you are thinking about dropping boost all-together use `std::filesystem` and `std::variant` from C++17? I took a look...
Depending on the system, dcmtk is either installed inside `lib` or `lib64` directory. So, it is better to use the CMAKE_INSTALL_* variables to locate dcmtk libraries instead of using lib....
I have a dataset where the chunk size is `[1,1,1,1024,1024]` but the actual shape of the data is `[1,1,1,256,256]`. I read the zarr-spec and could not find anything that makes...
We have two Python packages (bfiocpp and argolid) where we use the C++ API and follow the CMake integration instruction given in the documentation. Both of the packages individually work...
Checklist - [ ] Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml". - [ ] License file is packaged (see [here](https://github.com/conda-forge/staged-recipes/blob/5eddbd7fc9d1502169089da06c3688d9759be978/recipes/example/meta.yaml#L64-L73) for an example). - [...
## Summary xsdata's `XmlContext.get_subclasses()` method crashes when Cython 3.1+ compiled extensions are present in the Python environment, due to Cython creating internal types that don't implement `__subclasses__()`. ## Environment -...