Chris Impey
Chris Impey
Hi, I don't use TS so hasn't been on my list. If you want to raise a PR containing this I will happily accept your contribution.
The change to implement the above idea is pretty simple: 
Burned by this. Seems best to pass the options as the second parameter to the Zongji constructor, even though the docs say to pass `startAtEnd` to the start function.
This also happens if you run the test script whilst RabbitMQ is not running, and then start RabbitMQ. When rabbot finally connects it is unable to publish and reports the...
I arrived here from the error from my use of ajv standalone when updating a project to ES modules. Still very much learning to adapt to ES modules but I...
There is already a ^= operator to match string prefixes - https://github.com/lloyd/JSONSelect/blob/master/src/jsonselect.js#L167
This should probably be a feature request rather than a bug, as it seems as though you know about this: https://github.com/DataDog/dd-trace-js/blob/036a23745ea1f22de02d36a6e87f907282721f08/packages/datadog-instrumentations/src/dns.js#L82
Am still getting familiar with the internals of Piscina but can certainly try and push a forked version with `queueMicrotask` to my test environment and see if it helps.
I'm not sure I quite follow the thought process though. Doesnt `await once(piscina, 'drain')` attach a listener synchronously, so if `drain` is emitted synchronously it shouldn't be possible for the...
Sorry for the delay @metcoder95 I've deployed this branch of piscina with my application code and am still experiencing the same behaviour. Let me know if there's any more info...