Vincent Rubinetti
Vincent Rubinetti
Glad the fix was simple. Going to reopen this because the change need to make it into the base template as well.
Possibly. It depends if the issue is with Ruby itself or just the `setup-ruby` action. I'm guessing it's the latter. But I'll check if there's any issue with the Ruby...
@christianbrodbeck You're not running `[email protected]`, you're still on the old version. I'm guessing this is because that's a pull request workflow run. When opening a PR, GitHub will run any...
Testing this locally, it seems like this fixes #508 too
This is very sorely needed. I have a form with several dozen fields and complex validation logic, and I need live validation but doing it on every key stroke causes...
ignore this React 19 is finally out, and the `use` hook was included. Currently I'm testing out whether it actually works. Will report back with results. Here's some initial code...
Ignore my above comment. React 19 did end up including the `use` hook, but it seems like it must be at the top level of a component/function like the other...
Sort of related, but I just want to _visually mark_ a test as a "warning" in my HTML report. I've taken to annotating it like this: `test.info().annotations.push({ type: " Warning",...
Okay, I'm able to fix the vanilla example (my codesandbox above) by adding a `setTimeout(..., 0)` to the `ctx.restore()` call. You appear to be [already doing that](https://github.com/Viglino/ol-ext/blob/master/src/control/Swipe.js#L428-L431), but only if...
Good issue. The CSS seems to not be consistent between dropdown and tooltip. I should be able to apply basically the same styles and expect the same result, yet the...