Gautier Darchen
Gautier Darchen
Hi there 👋 We recently tried to bump some minors of the `@editorjs/*` packages we use. When deploying our changes, we have a white page with the following console error:...
PR related to [this thread](https://discord.com/channels/1100672177260478564/1119274743036661850). When trying to chain _e2e_ tests, we face an issue where Vitest complains about an unhandled error. We investigated very long without understanding the issue....
**Describe the bug** We would like to filter collections on a custom field. But in the `ListQueryOptions` type, in the `filter` parameter, we can only filter on `PrimitiveFields`, and there...
Hello, I noticed an issue with the `playwright/valid-title` rule when the test name comes from a string variable inside of a loop or read from a cases array. Here is...