Loïc Huder
Loïc Huder
### HSDS #775 fixed - LineVis show a blank canvas even for slices containing only valid values - Computation of the domain in the HeatmapVis yields NaN or Infinity values...
Note that https://github.com/HDFGroup/hsds/issues/100 is now fixed so that **`NaN`/`Infinity` support is complete in `HSDS` !** At a price at a `replaceAll` in the Provider: https://github.com/silx-kit/h5web/blob/6ea9269fa06cb84dcd864f3307958db7c63710ad/src/h5web/providers/hsds/hsds-api.ts#L65 **Only the support of `NaN`/`Infinity`...
> Excellent!! Do we then have to pass a reviver to the `JSON.parse()` call to transform `"NaN"` and `"(-)Infinity"` strings back to JS "numbers"? It _sort of_ works when keeping...
Ok being a maintainer
Hi @williaster and @kristw Thanks for the quick reply ! I considered a PR but as @kristw pointed out, `scaleSequentialXXX` are a whole category of scales which makes their integration...
Hello :wave: > Good point. I think we should make `data` of an Edge non-optional, too. As far as I can see, `data` is mandatory in `Node` in v11 but...
I pinned the version because I was still changing the API of `h5grove` in versions `0.x`. There is nothing preventing from updating now if we adapt to changes in `h5grove`.
I agree. I have a usecase where I want to be able to drag a SVG line. As the line is thin, adding an invisible rectangle on the top would...
_Disclaimer: the views stated below are my own and do not reflect the Jupyter org opinion nor @telamonian opinion (the original author)_ ----------------- Hello @athornton. See my answers below. >...
Gave it a try but I get an error when running `hsload` on a file with bitshuffled data inside: ``` ERROR 2023-12-01 09:38:33,615 POST error: 400 ERROR 2023-12-01 09:38:33,615 POST...