Jeremy Maitin-Shepard
Jeremy Maitin-Shepard
A few other comments to add to what @laramiel said: As far as I can tell, this is a plain tiff driver, the OME metadata isn't used. That is actually...
To be clear are you talking about just the Python package? Currently our `setup.py` expects to invoke bazelisk and doesn't have an option to directly specify a bazel binary to...
There isn't currently any format auto-detection logic, but it is something we discussed previously and I was inclined to implement that in conjunction with support for the URL syntax I...
Currently vlen-utf8 isn't supported but it would not be too difficult. I may be able to add support soon.
This API could potentially use some improvements. If the source array element type is non-const, it would certainly be valid for the returned array to have a non-const element type....
The gcc 9 failures are known and expected --- we just need to change the documentation. The other issues ideally can be solved. Which Python version?
@sameeul Are you also using gcc from conda? It appears that it lacks proper C11 support, which is required by boringssl. For example, after installing conda-forge: ```shell echo -e "#include...
I filed upstream issue: https://github.com/conda-forge/linux-sysroot-feedstock/issues/44
What is your compiler version?
It should work with GCC 10, but it will build using whatever is the default version of gcc and g++ in your path. You may need to do update-alternatives for...