Sveinung Tord Røsaker
Sveinung Tord Røsaker
#### Support plan * *is this issue currently blocking your project?* (yes/no): no * *is this issue affecting a production system?* (yes/no): no #### Context * *node version*: v16.15.0 *...
Addresses #4363 (I have not fixed coverage yet, as I am having trouble (so far) re-creating the request._setResponse code path in a test.)
Exception when using takeover response in onPreResponse and the server is configured with autoValue
#### Support plan * *is this issue currently blocking your project?* (yes/no): no * *is this issue affecting a production system?* (yes/no): no #### Context * *node version*: v14.17.6 *...
```typescript import pinoHapiPlugin from "hapi-pino"; server.register({ plugin: pinoHapiPlugin, options: { // ...options }, }); ``` Will give type error ``` No overload matches this call. The last overload gave the...
Hello, There are currently audit errors in the repository. `10 vulnerabilities (3 low, 1 moderate, 5 high, 1 critical)` Running `npm audit fix` should be an easy update. Output from...
### Describe the bug Hello, We have been running unleash-client-node in Deno for quite a while, and are seeing a steady memory leak for each fetch/poll request. If I increase...