Loïc Huder
Loïc Huder
While working to disable the dark mode in daiquiri, I had the thought that if the switch to dark mode is sometimes undesirable, there should be a way to disable...
Not needed for the viewer but useful for other apps that use `@h5web/lib` as a data visualization lib. A starting point could be offering the possibility to the user to...
### Describe the bug Image with one axis dimension above `2**13 = 8192` cannot be displayed when running H5Web in Firefox. ### To Reproduce 1. Go to https://h5web.panosc.eu/?file=issue_1053.h5 2. Click...
Having played around with large datasets (~10M of points but a slice is ~100k), I find that the long fetch of the data breaks the flow... Let's make use of...
Working on #639 made me wonder if h5web is really robust for datasets containing NaN. I think we should test the fetching and visualizations for: - a scalar dataset containing...
### Is your feature request related to a problem? Some users would like to tune the plots manually after export. The current exporting features (export as TIFF, browser screenshot) do...
To reproduce: 1. Open in the notebook a file with a long name (>18 characters in my case but can be width-dependent) 2. Select an entry with a visualization (ex:...
### Description When running `serve --no-port-switching` with something already on port `3000`, `serve` simply picks another port, ignoring the `--no-port-switching` flag aimed at forcing the use of a port (#365)...
It should arrive after 0666f0c441a5911fcd6813100cdf2b277be44a93 Tag is fine.
According to new NeXus recommendations, `AXIS_indices` attribute should now be added to NXdata group as a way to properly assign an _axis_ to a _signal dimension_ (rather than relying on...