Fabrizio Ruggeri

Results 28 issues of Fabrizio Ruggeri

Is it possible to have errors only in console and not with the annoying popup? There are situations where I know there will be errors but having a popup interrupt...

Update counters on `findOneAndUpdate` and `update` Based on the work by @linusbrolin. - [x] Add tests - [x] Rebase on latest develop - [ ] Add tests for `multi` option...

- [ ] Use functions instead of class functions - [ ] Use arrow-functions when possible - [x] Update test code to use only jest, no sinon, no chai

### What package has an issue @mantine/spotlight ### Describe the bug If you try to register new actions in an `useEffect`, this doesn't work. If you pass `spotlight` as the...

help wanted
bug

Setting `defaultValue` on a Control.select do not set it to the `modelValue`. After changing the option on the select the value is correctly propagated

can't reproduce

When connecting, error is not passed to the handler if any

A new event is exposed: `removed` that emits when a job gets removed. This way clients can listen to it and execute some action to cancel their jobs

`deleteTrack` also accepts the track id, not just the asset id.

I have this code ```js const sess = new gm.Session(); const input = await gm.imageTensorFromURL( '/image.jpg', 'uint8', [width, height, 4], true ); let operation = gm.grayscale(input); operation = gm.downsample(input, 2,...

bug
validation

The exit handler is ambigous. Given the following routes ```js router .get('/posts/:page?', handler) .exit('/posts/:page?', exitHandler); ``` If I navigate from `/posts/1` to `/posts/2`, should the `exitHandler` run? The page is...