Mark Keller
Mark Keller
**User story** Pass AbortSignals to zarrGet (second parameter) calls that occur often, for example within the higlass zarr datafetcher. Higlass may need to support passing the AbortSignal though. https://github.com/higlass/higlass-zarr-datafetchers/blob/f94e08f026f159b21149b5d0e2553ed6d65f2957/src/ZarrMultivecDataFetcher.js#L197 The...
**User story** Currently, the datafetcher creates its own FetchStore, but ideally the store could alternatively come from outside the datafetcher, e.g. from a custom store that calls anywidget's invoke. **Preferred...
**User story** Currently it can be confusing to configure a spatial view with spot/bead-like polygons overlaid on an image. In v1 we supported rendering diamonds when observation coordinates were provided...
Fixes # #### Background #### Change List - #### Checklist - [ ] Ensure PR works with all demos on the dev.vitessce.io homepage - [ ] Open (draft) PR's into...
**User story** Need additional data types to be able to support volcano plots (as in https://github.com/vitessce/vitessce/issues/1324). - Per-pair of `(obsSetPathA, obsSetPathB)` and/or `(sampleSetPathA, sampleSetPathB)` - Per-feature: p-value - Per-feature: log-fold...
Hi, I have been using the library and it is working well! However I was initially confused that the docs home page says the docs are for "Trrack v2" but...
**User story** **Preferred solution** **Possible alternatives**
**User story** Currently, contains_item returns false for parts of keys. For example if there is something at `/foo/bar/.zattrs` it will only return true for the full path and not necessarily...
https://observablehq.com/d/7152024fe1caf825 Using `get()` on a BoolArray seems to not work as expected - the returned value is `{ data: {}, shape: [34406], stride: [1] }`
Hi, I have a use case in which I use Zod internally in my JS library, but I also want users to be able to use Zod to define plugins...