Learning And Researching Software Quality Assurance (larsqa)
Learning And Researching Software Quality Assurance (larsqa)
Before v1, i could create a base `nc` like ```js export const nc = () => nextConnect({ onError: (err, req, res) => { console.error(err.stack); res.status(500).end("Something broke!"); }, onNoMatch: (req, res)...
With the new changes of v1, I found myself forgetting a couple of times to call `.handler()` when `export default router`. This leads to Next.js throwing `TypeError: resolver not a...
Proposal after discussion of #1220 Single platform for the `--load` option should be more highlighted, with the help of a Note?
### What is the improvement or update you wish to see? The [Custom Server documentation](https://nextjs.org/docs/advanced-features/custom-server) highlights > A custom server will remove important performance optimizations, like serverless functions and [Automatic...
Hi @soatok, Foremost, amazing blog and library. You provide some great resources for understanding cryptography better! I'm curious, from your blog post about ["Double HMAC Validation"](https://soatok.blog/2020/08/27/soatoks-guide-to-side-channel-attacks/#double-hmac), the PHP code snippet...
### Core or SDK? Platform/SDK ### Which part? Which one? JavaScript related SDK ### Description The [Event Payload Optional Attributes](https://develop.sentry.dev/sdk/event-payloads/#optional-attributes) states: > The name of the transaction which caused this...