Lachlan Deakin
Lachlan Deakin
I would like to access the front camera stream (low latency raw, not mixed reality) for object/marker detection while simultaneously doing remote rendering (as in _RemotingHostSample_). I can access the...
Without `arbitrary_precision` the following runs without error: ```rust #[derive(Debug, PartialEq, serde::Deserialize)] #[serde(untagged)] pub enum Num { Float(f64), } fn main() { assert_eq!(serde_json::from_str::(r#"1.0"#).unwrap(), Num::Float(1f64)); } ``` With `arbitrary_precision`, `serde_json::from_str::(r#"1.0"#)` fails with...
If a package has a binary which requires a feature to build and that feature is not enabled then `cargo dist build` will fail. #### cargo.toml ```toml [[bin]] name =...
The specification mentions that the `decoded_regions` parameter in `c.partial_decode()` specifies a list of byte ranges. With the `sharding` codec, to read the shard index without reading the whole file it...
Anari requires `data` for a `structuredRegular` spatial field to be supplied as an array. This precludes implementations that support rendering massive volumes by streaming data from disk. I could see...
Pending https://github.com/zarr-developers/zarr-specs/pull/292
This is mainly to support incremental writing of large shards similar to the [encoding procedure outlined in the sharding specification](https://zarr-specs.readthedocs.io/en/latest/v3/codecs/sharding-indexed/v1.0.html#implementation-notes). Addresses .
Work in progress to enable stores that reference bytes created outside Zarr (via `virtualizarr`) - https://github.com/zarr-developers/zarr-specs/issues/287 - https://github.com/zarr-developers/zarr-specs/issues/303 ## Notes 1. `python3 virtualizarr_gen.py` 2. Apply corrections for non-conformant `zarr.json` metadata...
- [ ] Pending https://github.com/zarr-developers/zarr-specs/pull/309 - [ ] Use consolidated metadata as intended when opening a `Node` to reduce requests - [ ] Changelog - [ ] Zarr V2 consolidated...
*`Italicized`* extensions are currently in DRAFT status on the [`zarr-extensions`](https://github.com/zarr-developers/zarr-extensions) repository. **`Bolded`** extensions are unregistered and support is considered experimental. ~~`Strikethrough`~~ extensions are considered deprecated and should not be used...