Jeremy Maitin-Shepard

Results 526 comments of Jeremy Maitin-Shepard

Here the error is actually that there is no error: `Result::status()` currently can only be used if the result is in an error state --- we should fix that, though....

> Thanks, this is already helpful. > > Some syntax help geared towards interoperability would be significant. How to get domain's origin and shape into `std::vector`s? ```cpp auto shape_span =...

A TensorStore object logically contains: - Driver pointer - ReadWriteMode - Transaction (unused here) - IndexTransform (https://google.github.io/tensorstore/index_space.html#index-transform) `tensorstore::Dims(0).HalfOpenInterval(0, shape[0])` is a `DimExpression`. It can be called as a function on...

Do you need read/write support for zip or just read-only? Best way would be to implement a "zip" kvstore driver in TensorStore (which functions as an adapter on top of...

Clearly zip may indeed be useful in some cases. But one of the main use cases for the zarr format is to enable efficient "partial I/O" of large arrays, meaning...

Thanks for the feedback. I'll have to update the installation instructions. The build may be slow in part due to including a number of third party image libraries in order...

It looks like TD Bank is violating the OFX spec here; it should accept the full date/time string as well as the date-only string. See the page with page number...

PIP_NO_BUILD_ISOLATION controls whether pip creates a virtualenv containing just the specified build dependencies, but that is independent of whether it copies the source tree.

We could wait until 21.3, but otherwise we would need an option in cibuildwheel I think to specify `--use-feature=in-tree-build`

Without any information to reproduce the issue or even a deception of exactly how the two libraries are failing to work together, it is difficult to do much with this...