Matt-Esch
Matt-Esch
Can someone explain to me why an array of keyword models is suggested over the simple use case of `[String]` on the mongoose schema? I have worked through the example...
## What happened? I installed a dependency with maven that recursively depends on this module. I get an error when installing: ` Could not resolve dependencies for project com.ably.kafka.connect:kafka-connect-ably:jar:1.0-SNAPSHOT: Failed...
We should be able to debug connection attempts that don't have a visible presence on the remote side. We should be able to log the remote and local ip and...
Quite often users are faced with unhandled promise rejection errors and are unable to figure out exactly which promise was unhandled. Some libraries offer methods for debugging this class of...
There appears to be a race condition that causes the close callback to execute twice on close. I believe that a similar issue existed with the old synchronous api call...
Attempting to connect to a local standalone pulsar container using token based auth, pulsar-client-node installed at 1.5.0, local pulsar installed at 2.9.1 and node 16.13.2 / npm 8.3.0. ``` #0...
I am upgrading a codebase from native grpc to grpc-js. When using grpc-js I see a memory leak affecting duplex streams which is caused by unclosed `ClientHttp2Stream` instances on the...
After upgrading to node 16, the web proxy stopped working when requests were aborted. The specific use case was SSE where the incoming request has ended but the server response...
I am seeing a segfault with the [email protected] when the node processes tears down, and it appears related to the cleanup of a an ObjectWrap instance that is explicitly referenced,...