Pascal Jufer
Pascal Jufer
Make the timeout value parameterizable, like the other values. What where your thoughts about the timeout value of 10? I think the correct value should be >15s because of the...
It's working fine with Jest 29! Should we also add `jest` as a peer dependency?
**Is your feature request related to a problem? Please describe.** * "main" is a less offensive term than "master" (see https://www.theserverside.com/feature/Why-GitHub-renamed-its-master-branch-to-main). * "main" is now the default branch for new...
As a big overhaul is coming anyway (#185) I'd like to discuss how you, @lucaburgio & @sammarks, feel about switching to [scoped NPM packages](https://docs.npmjs.com/about-scopes). For example: * `iconoir-react` -> `@iconoir/react`...
Make it more democratic by letting the user choose from both candidates: Also contains several improvements in the JS part.
The report will now include information about the relative change in coverage when the previous coverage value is passed along with the file input. For example, if the coverage info...
Pull Request type ---- - [ ] Bugfix - [ ] Feature - [ ] Refactoring (no functional changes, no api changes) - [ ] Build related changes (Please run...
## Description The package `@joeattardi/emoji-button` which is used as the emoji picker has been deprecated a while ago. The successor of it is the `picmo` package: > Emoji Button is...
## Description Veeery simple POC to address #16745 with the approach described in https://github.com/directus/directus/issues/16745#issuecomment-1342892598. When the limit is reached the params are received as follows: ```json "filter": { "test": {...
## Description Since v18 is the current active LTS of [Node.js](https://nodejs.dev/en/about/releases/) we should move to this version in the Docker image as well. I'm not aware of any breaking changes...