Loïc Huder
Loïc Huder
Sorry, I was a bit late to check. I still get an error when running `hsload --link` on a file containing an empty dataset (`h5py.Empty`): ``` File ".../h5pyd/_apps/utillib.py", line 737,...
Nope, still the same error. Anyway, this is no big deal: `hsload` now works for scalar datasets and I think `h5py.Empty` is really uncommon.
Yes tried with the `aggregate` branch at the time and now with `master`, still the same issue of https://github.com/HDFGroup/h5pyd/issues/116#issuecomment-1336931275 since `dobj.shape` is `None` for `h5py.Empty`. No big deal as I...
https://github.com/silx-kit/h5web/pull/780 is a good step forward: the h5web cell can still be wider than the notebook cell but it cannot grow indefinitely anymore.
May be linked to https://github.com/silx-kit/h5web/issues/1209
Thanks for the report ! This is a back-end issue but we can do something about it. I did not use `RegionReference` myself so I would need a bit more...
Thank you for giving additional information ! We are not using these features ourselves so it was hard to gain insight on how to solve the problem. I will have...
[v0.0.12](https://github.com/silx-kit/jupyterlab-h5web/releases/tag/v0.0.12) of the extension makes it compatible with h5grove latest version [v0.0.11](https://github.com/silx-kit/h5grove/releases/tag/v0.0.11) (the package serving HDF5 contents). This version no longer crash on `Reference` but converts them as strings. You...
> I concur that converting references as strings does not give much useful info so I will try later to implement something more involved to at least give the name...
I think this is a general `silx` issue. I sometimes get unresponsive controls in PyFAI but in other silx apps as well on Wayland.