Iiro Jäppinen
Iiro Jäppinen
For [lint-staged](https://github.com/okonet/lint-staged), I would like the possibility of supplying a custom `console` implementation, to be used for the `simple` and `verbose` loggers (probably not the `default`, since the use-case probably...
In my package I specify a peer dependency to a React version: ```json { "peerDependencies": { "react": ">=16.3" } } ``` For development I've also installed React as a dev...
### Issue Summary When using a Next.js rewrite for a destination inside `public/`, it will not work and instead return the Next.js 404 page. ### Actual behavior Rewriting a source...
This is an experimental Work-In-Progress PR for adding support for the new `experimental.outputStandalone` setting introduced in Next.js 12 https://github.com/vercel/next.js/pull/31003 There's a new minimal `next-handler` Lambda that currently doesn't support any...
This experimental rewrite no longer uses git stashing, thus increasing performance. It also renames the `--no-stash` option to `--no-reset`, but leaves the former as a hidden option (with warning) for...
Unescaped filenames could be used for command injection, because the `shell` option runs the tasks using `/bin/sh` or `cmd.exe`, depending on the platform.
I would appreciate the ability to add an optional parameter for mapping the values of an action's payload. This would be useful, for example, for dispatching notifications and assigning them...
It seems `@swc/jest` doesn't read the `.swcrc` configuration file, because Jest always passes it at least an empty options object (`swcOptions = {}`), and so this conditional never applies: https://github.com/swc-project/jest/blob/82a6a95f2880d01e0b7e0b020a4e24bf88cb8487/index.ts#L58-L61...