Andy Young
Andy Young
Ignores patches for packages that are not present in node_modules. This is useful when working with monorepos and wanting to install sub-packages separately from the root package, with pruned dependencies....
### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information ```bash Operating System: Platform: darwin Arch: arm64 Version:...
Diagnoses/fixes https://github.com/neondatabase/serverless/issues/140 Not sure whether this is the perfect solution, but sharing my temporary patch..
Context: https://github.com/neondatabase/serverless/pull/110#issuecomment-2459199983 I've also updated the example in CONFIG.md, although the way pg's types are written seem to require userland use of `any` on the format parameter and `as typeof...
Hi @pffigueiredo - this PR shows how to use module type augmentation to prevent the requirement for `@ts-ignore` throughout. Just a suggestion - perhaps not huge benefit given the need...
## Steps to reproduce Try connect to Neon with incorrect username and/or password ## Expected result `error` event listeners fire on `NeonPool` and the cause of the error as returned...