Results 506 comments of Tom White

I ran a small experiment with Modal and demonstrated that results are returned to the client before all the input is consumed.

Implementing `nonzero` and the `unique_*` functions (https://github.com/tomwhite/cubed/blob/main/api_status.md) also need support for non-regular chunking.

Thanks for picking this up @joshmoore and @jstriebel. > In the [current v3 spec](https://zarr-specs.readthedocs.io/en/latest/core/v3.0.html#fill-value), the `fill_value` can also be a binary blob. Would this suffice to be able to represent...

I'd like to add my vote for adding support for variable-length strings in v3. We need this for supporting Zarr v3 in sgkit's VCF Zarr support (see https://github.com/sgkit-dev/bio2zarr/issues/254). The way...

@lesserwhirls, yes I'd be happy to. I'll open an issue/PR to discuss.

Good questions. Definitely something to think about, especially as we might want to support a htsjdk 3 as well one day. Disq's public API has quite a small surface area,...

I'm not too fond of this either, but it will probably need some more fundamental changes to how the spec/config is used to make the special executor/callback approach work. That...

Closing this for the time being

I added some notes on how to write a new executor in #498.