Jérémy Chatard

Results 9 issues of Jérémy Chatard

This pull request contains two main things: - JSHint code clean up - Add small devices strategy (read what follows) As a few other issues, I realized that Nested doesn't...

Hi, I was just wandering what is the purpose of this option?

Hi, I just updated from 1.1 to 1.2 and now I get this error message while running a query. Thing to note, is that I'm using your package in a...

Hi all, It would be great if people posting configuration could tell us more about the keyboard repeat issue most of the XPS 13 users have in common. It's hard...

Using `server$` as default export breaks build. ```ts export default server$(async (path: string) => { // Do stuff }); ``` Produces: ``` An error occured while server rendering /program/33740: Error:...

### Describe the bug Hello, I'm currently working on a project where I use zod to create and validate form schemas. My forms can have different fields as well as...

bug

Would it be possible to set Kaleidoscope (http://www.kaleidoscopeapp.com/) in place of FileMerge? Thanks, Jérémy

In Firefox the onload attribute is not always triggered on script element so we instead use script.addEventListener('load')

### Describe the bug In Firefox-based browsers, the onload callback of createScriptLoader is not fired systematically. It works perfectly in Chrome, but it fails in Firefox. I've set up a...