Jonathan Raoult

Results 16 issues of Jonathan Raoult

While locally the warning for this case is a nice touch, in CI we run an automated dependency management bot. We would love to see `patch-package` blocking the auto-merge to...

**Current behavior:** When using Typescript, it seems it is still possible to assign incompatible values to the `css` property (the main one being assigning a class name by mistake) ```tsx...

feature request
TypeScript

See #2297 [As requested](https://github.com/emotion-js/emotion/pull/2297#issuecomment-810416796) by @Andarist here are my changes to fi the tests. @Andarist I just realised that this other PR https://github.com/emotion-js/emotion/pull/2296#issuecomment-801705893 will have an impact on my proposed...

**Describe the bug** While implementing a request id provider function, I realised that [it is supported to return `undefined`](https://github.com/fullstack-build/tslog/blob/91784f2fa6fe1a5c5fe233c1807017992ea75b12/src/LoggerWithoutCallSite.ts#L395) from a [`TRequestIdFunction`](https://github.com/fullstack-build/tslog/blob/91784f2fa6fe1a5c5fe233c1807017992ea75b12/src/interfaces.ts#L42) despite what the typing is enforcing. The `requestId`...

bug

I'm trying to use and external MIDI keyboard but the list of available input devices is not complete. Reading the code (https://github.com/jariseon/webdawplugins/blob/master/runtime/demo.html#L283) I can understand that if there is more...

I've just discovered the source of a bug in my app caused by the loss of referential equality. Here's the pseudo-code: ```ts const memoizedMap = computedFn((shape) => new Facade(shape)) const...

The callbacks returned by `useLocalStorage` are currently "event callbacks" and, therefore, can't be called in the render phase. It is in contradiction with the recommended approach to adjust state (cf....

### Describe the bug Calling the setter of `useLocalStorage` in a render phase triggers the error with the message `Cannot call an event handler while rendering.`. It is because `useEventCallback`...

bug

### Current behavior It seems like Cypress is unable to re apply cookies set for the base domain after redirect from an different origin. I found that while testing a...

`@types/quill` is declared as a regular dependencies, which means it is installed at the same time as `quill-magic-url`. It is then picked up by the Typescript compiler and clashes with...