Chris Impey

Results 15 issues of Chris Impey

Hi, I'm trying to understand the design of the module and how it compares to the Node.js core DNS resolution. The Node.js docs state that family can be specified on...

enhancement

Thanks for the useful module. I have a database containing prefixed tables that I never want to consume through zongji but I don't really want to maintain that list of...

Is it possible to format the response headers in the same way request headers appear in the log output? Currently they appear as: ``` res: { "statusCode": 200, "header": "Content-Type:...

I am handling the 'unreachable' event and calling retry in an attempt to always have an active RabbitMQ connection. I normally wouldn't do this but shutting down the process isn't...

Rabbot is using the global `escape` function, which does not escape forward slashes. This prevents rabbot from connecting successfully. e.g. If the credentials are `username` and `/password` then it will...

Is there already a way of doing a not like expression? I can see it's really easy to add another binary operator for it, but it doesn't seem correct as...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

* **Version**: 12.x In the [version 10 documentation](https://nodejs.org/docs/latest-v10.x/api/http.html#http_event_close_1) it states that the 'close' event is emitted on a response when the connection is terminated before the response has ended. In...

http
doc