Yagiz Nizipli
Yagiz Nizipli
Is it possible to download the filtered version of the image using cssco?
Initially I wanted to add Ajv support just like Fastify to Mali.js but before that I released it on Github on https://github.com/anonrig/mali-ajv. I wanted to ask the community whether having...
Using coffeelint and integrating it with github hooks using `ghooks` plugin, will make this framework a much more cleaner place. What do you think?
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [ ] Tests for the changes have been...
#### Checklist - [x] run `npm run test` and `npm run benchmark` - [x] tests and/or benchmarks are included - [ ] documentation is changed or added - [x] commit...
#### Checklist - [x] run `npm run test` and `npm run benchmark` - [ ] tests and/or benchmarks are included - [ ] documentation is changed or added - [x]...
I wanted to see the performance difference between legacy and fast-querystring benchmarks in undici.
Sync the version number across crates
`structuredClone` is available on both browser and server for faster cloning. Ref: https://caniuse.com/?search=structuredClone
This PR contains a refactor to merge package.json reader caches in both CJS and ESM. I extracted the relevant parts from https://github.com/nodejs/node/pull/47991. cc @nodejs/loaders @nodejs/modules PS: This PR has no...