Loïc Huder

Results 33 issues of Loïc Huder

Hi there, thanks for the great `@visx` packages :slightly_smiling_face: ! We have a [project](https://github.com/silx-kit/h5web) where we use `@visx` components and `d3-scale`/`@types/d3-scale`. I would like to move to `@visx/scale` instead but...

👋 help wanted
@visx/scale

## Checklist > Please ensure the following tasks are completed before filing a bug report. - [x] Read and understood the [Code of Conduct][code-of-conduct]. - [x] Searched for existing issues...

Hi there, I recently reinstalled my kernels and suddenly, my tests were no longer passing due to the wrong kernel being used... I managed to fix the problem but I...

documentation
good first issue
sprint-friendly

Hi there, Wanting to use the `spectral.errorfill` function that I find quite handy, I got this error: ```python "...mpltools/special/errorfill.py" line 44, in errorfill: color = next(ax._get_lines.color_cycle) AttributeError: '_process_plot_var_args' object has...

I am trying to serve POSIX files that contain datasets compressed with the [bitshuffle filter](https://github.com/kiyo-masui/bitshuffle). `hsload --link` works without any trouble as do requests to metadata and uncompressed datasets. However,...

enhancement

See for example the group `datatypes` in the file [`epics.h5`](https://www.silx.org/pub/h5web/epics.h5): ``` maximum recursion depth exceeded while calling a Python object File ".../silx/gui/hdf5/NexusSortFilterProxyModel.py", line 89, in lessThan if self.__isNXentry(left) and self.__isNXentry(right):...

Oversight of https://github.com/silx-kit/h5web/pull/1170 Since we are dependant of the changes introduced in `138` (e.g. renaming from `DataTexture3D` to `Data3DTexture`), the version of `three` in `peerDependencies` should have been updated.

Related to #1177 Tried an analytical method as using the raycaster was not convienient at all. Indeed, as the whole layer group is intersected by the ray, we still need...

Fix https://github.com/silx-kit/vscode-h5web/issues/15 As for #1179, I made use of [to_array](https://github.com/usnistgov/h5wasm/blob/main/README.md#reading) that converts into nested arrays of JSON-compatible values. But, rather than adding a check like in #1179, I now use...