Axel Bocciarelli

Results 216 comments of Axel Bocciarelli

Just thought I'd clarify that this whole ideal future discussion doesn't change the fact that we should most definitely replace Anki DM with Brain Brew in UG as soon as...

I think it's worth waiting for YAML, but a proof-of-concept PR with split CSVs still sounds like a good idea, since I'm sure there's plenty to learn and discuss. Looking...

We found this a bit odd as well, but a simple workaround if to add margin to the track (half of the size of the thumb on either side): ```css...

Working for me too with the example on the pnpm website, which uses `action/setup-node`'s built-in caching feature. This repo's README should probably be updated accordingly. I would just add `--frozen-lockfile`...

It works for me with `return Promise.resolve(msg)`, though I'm using Storybook, not CRA.

Yeah, the downside of this is that the requests are made sequentially, if I'm not mistaken, since the component suspends each time. The workaround I found for the single-store case...

Did you override the `filterOptions` function? Just make sure it filters out any option that is already selected, like in the [default implementation](https://github.com/furqanZafar/react-selectize/blob/2f6be3b7947538c6d65644b4d6523e439e807fc3/src/MultiSelect.ls#L24). Basically, you need to make sure that...

Seems to me like checking the units is enough, at least for now. If we implement this in H5Web, we'll have to review how the `layout` option is persisted. I'll...

I'd add that, when performing long downloads and computations, the UI should: - be more informative (i.e. progress status, subsampling rate, etc.) - remain responsive and allow cancelling slow computations...

In the providers' `getValue()` methods? Yeah, totally 👍