Brian Benjamin Maranville
Brian Benjamin Maranville
We frequently use the MS Office365 online calendar; this adds a renderer generating an addevent url for that type of calendar.
### Is your feature request related to a problem? When a file is loaded for display and the default dataset is automatically plotted, if it has shape (N,1) there is...
### Is your feature request related to a problem? Providers (e.g. h5wasm) that read the HDF5 file directly in the browser are unable to take advantage of server-side-generated exports of...
Adding support for the float16 type (IEEE 754) that is now allowed in HDF5.
Would you consider optionally providing the diff in a format compatible with [JSON Patch (RFC 6902)](https://datatracker.ietf.org/doc/html/rfc6902/) ?
### Is your feature request related to a problem? When using the slicing slider (in DimensionMapper) for heatmaps, the plot is not updated smoothly when the slider is moved, even...
### Is your feature request related to a problem? Reading very large files with the h5wasm provider is not possible, for several reasons: 1. maximum size of ArrayBuffer and also...
If a subschema has been defined that does not have an explicit or implicit type "object", the viewer shows only the description for that subschema when it is clicked in...
Add a new build target: a bundled interface that accesses `h5wasm` through a Web Worker proxy. ### Motivation - access to WORKERFS, allows random access to files without reading entire...
For files too large to load into memory, it would be nice to be able to load parts of a file on-demand over the network (see discussion in #2). The...