Jim Cresswell
Jim Cresswell
**Question** Hi. Is anyone aware of configuration or a plugin that would allow StrykerJS to work with a [Next.js](https://github.com/vercel/next.js) app using Typescript and the [now default SWC compiler](https://nextjs.org/docs/advanced-features/compiler) rather than...
### The use case you're trying to solve The docs detail the action outputs, but those outputs are only set for preview deploys, not for live deploys (which have an...
Hi, Would it be possible to release a version with React 17 as a peer dependency please? It seems to work fine with React 17, but npm@8 is complaining about...
Identify the SHA of the current head of a pull request merge product (refs/pull-requests/*/merge) and use that to trigger a build of the merge product in Jenkins. Note that this...
Running "pnpm lint" on a documentation change won't work unless "pnpm build" has previously been run, e.g. on a fresh checkout of a fork after clicking the published docs "edit...
Clarify that all next.config.js envs are included in the client-side bundle. I recently came across an issue where the instructions for specifying environment variables in the next.config.js file and the...