Matthieu Jacquot

Results 11 issues of Matthieu Jacquot

Hi, I browsed the `v2` tagged issues and didn't find anything about redesigning the API. Maybe it would be great to add a few good practices like : - idempotency...

Status: Triage

Hi, Do you think it would be feasible to have a set of tests running against a "real" server in order to confirm it respects the specs ? It's not...

Hi, I'd like to find a way not to expose types internals while pattern-matching on them (and keep exhaustive check working). Using constructors do works for pattern-matching but the exhaustive...

enhancement

Hello, I try to use the remote asset api in order to cache the node dependencies of a test project (in replacement of restoring the yarn cache another way) and...

Hi, I try to loop on a sample by adding a `onended` event to it (once). The problem is : when run in a browser, the `JS event listeners` count...

Hello, I built a nested tree view and its working quite well (thanks!), except on specific "moves" where I got this error message : `Uncaught HierarchyRequestError: Failed to execute 'insertBefore'...

enhancement
future reference

Hi, Here's an example of the `.merge` behaviour : ```ts const childA = z.object({ childA: z.string(), }); const parentA = z.object({ a: z.string(), child: childA, }); const childB = z.object({...

Hi, It haven't updated this project for a long time, I think about updating this repo. I may change the app http API at the same time (not sure anyone...

Hello, I try to use the `yarn_deps` rule but when I do a `plz run @pleasings//js/yarn_deps` it fails with a : ``` Build stopped after 2.93s. 1 target failed: ///pleasings//js/yarn_deps:yarn_deps...