Roch Devost

Results 303 comments of Roch Devost

Is at least a 0.4.0 Docker Hub tag planned since this version was already released?

Is there still work being done to get this into the official helm charts repo?

We are working on adding diagnostics channel events to Node core for module loading in https://github.com/nodejs/node/pull/44340. With these events, it should be possible to know what dependencies are loaded, and...

My GraphQL is a bit rusty. Can you give a complete example of what you're looking for? It looks like the `graphql.field.path` tag includes its parent as well. Why is...

In the above example, I think it would work to simply use `graphql.field.type` since the type for anything with `price` on it would be `Product`, correct me if I'm wrong....

The error seems to be coming from a bound event emitter from the `net` plugin. We've just merged a new version of that plugin in #1913 that no longer binds...

We've now rewritten the `net` plugin which was involved in the above stack trace. Can you try with 2.4.1?

Closing this issue as the problematic plugins have been rewritten and there were no confirmations that the issue still occurs afterwards.