Stuart Berg
Stuart Berg
FWIW, we recently added level=4 packages to the `graph-tool` feedstock (via https://github.com/conda-forge/graph-tool-feedstock/pull/140). >- A partial cross compilation setup will require either emulation of instructions targeted at the host but not...
>Would you like to modify the `boost::container::flat_set` to `std::vector`? No, `flat_set` is not equivalent to `vector`, so that wouldn't work in this case. Perhaps `std::set` would work, but that would...
I completely agree. I don't think we can eliminate OperatorWrappers entirely, but in cases where we are simply using them to (for example) process a 5D volume as a sequence...
The SubRegion rtype defaults to "everything" if no arguments are given to its constructor (other than the slot). Should this be a rule for all rtypes? By the way, we...
According to @thorbenk this should reproduce it: ``` from volumina.api import Viewer from PyQt4.QtGui import QApplication from PyQt4.QtCore import QTimer app = QApplication([]) v = Viewer() import numpy a =...
@pierreglaser Indeed, there are no `osx-64` or `osx-arm64` packages on the conda-forge channel: https://anaconda.org/conda-forge/tensorstore/files To start the discussion, you could open an issue on the following repo: https://github.com/conda-forge/tensorstore-feedstock Or, perhaps...
FWIW, if you use conda, then conda-forge has `tensorstore` packages for `linux_aarch64`. https://anaconda.org/conda-forge/tensorstore/files (I understand that may not help if you are not already using conda and don't want to...
OK, thanks for the warning.
>It will try to fetch one by one only when the batch fetching fails How can batch fetching fail? Some sort of timeout? >I couldn't find such an example. Did...
@tingzhao >It will try to fetch one by one only when the batch fetching fails, If the batch fetching fails, then the body is probably quite large, and the 1-by-1...