Christopher Yovanovitch
Christopher Yovanovitch
It would be good to let the user choose the implementation for his JWT methods (sign, verify etc). or another lib like jose
#### Describe the bug - Node.js version: 14.13 - OS & version: MacOS Catalina `The onCancel handler was attached after the promise settled` #### Actual behavior This unhandled exception is...
Hello, I don't know if its a bug report or feature request but I can't use next-offline with yarn berry. The first `next build` gives me that: So I've added...
**Version:** 7.2.3 **Environment:** - **Operating system:** MacOS - **Browser:** Safari - **Node.js:** 14.4 Hello, I need to get the response headers while polling. My use case is that I'm in...
#### Screenshot #### Description I build my ts files with `esbuild src/**/*.ts --platform=node --minify --target=esnext --format=esm --outdir=dist` and here's my `yarn test` command: `cross-env NODE_ENV=${NODE_ENV:-development} DOTENV_FLOW_PATH=../.. node -r dotenv-flow/config ./dist/index.js`
```ts const emailReg = new RegExp( /^(([^()[\]\\.,;:\s@"]+(\.[^()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/ ); /** * Validate email function with regular expression * * If email isn't valid then return false * * @param email *...
I don't know why but sometimes (often) the outputs values seems weird, for this simple sketch: ```var nn function setup() { createCanvas(800, 600) // Creating a Neural Network with #...
I don't know if it's true or not but I tried Graphql-zeus and facing this problem, and the author said that this is the generated graphql file the issue: https://github.com/graphql-editor/graphql-zeus/issues/194
Hello, I would like to know if there is a thing like Prisma.dmmf.schema with nexus to export all of the query/mutations and their input/output? thanks
Is there a tutorial on how to use libsodium with webworkers? I see issues talking about this but I can't find a way, thanks.