Axel Bocciarelli

Results 216 comments of Axel Bocciarelli

I've merged #1656, but do report back when you get the time, @bmaranville: - Is a customisable `slicingTiming` value enough to get the behaviour you want? - Is 20ms a...

I've reverted #1656 in #1657, as I'd like to try one more approach before settling on `viewerConfig.slicingTiming`. Sorry for the back-and-forth and all the meanderings... I just want to get...

If we decide to bring proper support for discrete ticks (i.e. not limited to integers), then we need more info than just a boolean: either the tick values (bad for...

We've received a couple of emails requesting the ability to use text strings and formatted timestamps (date/time) as axis labels. In both cases, I think this would require support for...

Hmm indeed, this is a challenging problem as `useEffect` (and its potential clean-up effect) does not run until the component has fully rendered, so `useEffect(() => () => { /*...

Hi @kevinxiaomu, may I ask for a bit more detail? - Where do you use the H5Web viewer (VS Code extension, JupyterLab extension, portal integration, custom app ...)? - What...

Next step would be to understand a bit better how `AXIS_indices` works; how the axis dataset is structured and mapped; how to deal with various uses/misuses of `AXIS_indices`; etc. The...

I've renamed this issue to focus on the underlying use case, which is basically to support stacks of scatter plots. For context, currently, the following code is used to decide...

Currently you can hide the explorer sidebar on first render with [`sidebarOpen={false}`](https://github.com/silx-kit/h5web/blob/main/packages/app/README.md#sidebaropen-boolean-optional) but the user can re-open it if they wish to. We do want to eventually export more components...

Progress report: I was able to prototype two custom apps to check feasibility. These prototypes work only inside the monorepo since the required components are not currently exported publicly in...