Andres Rodriguez

Results 11 comments of Andres Rodriguez

Sorry, I should have been more explicit. I like the `active` event. I wish I had other events such as `idle` and `empty`. For example, I would like to do...

I should add that if I replace URL `http://localhost:8080/ping` in the test case for an external URL such as `https://filesamples.com/samples/code/json/sample2.json` then the test no longer leaks, so presumably the leak...

Has this been corrected? I am not sure with the issue still being open and the tests failing?

I would be very interested in seeing this happening. Any way I can help?

Do you have a specific bug that needs to be fixed? Is it filed somewhere?

Hey, can you point me in the direction of how to fix this? Will be happy to contribute back. Thanks.

A nice implementation of this Loopbacks's [memory DB](https://loopback.io/doc/en/lb3/Memory-connector.html). We use it extensively for unit tests. Maybe it can serve as inspiration.

Is there a workaround? I am trying to use Deno with the [mqtt](https://github.com/mqttjs) and I get the same issue. Thanks.

Same issue for Node's PSL library (https://www.npmjs.com/package/psl). ``` error: Uncaught Error: Errors { invalid_mapping, disallowed_character } at Object.toASCII (node:punycode:5:14) at file:///.../Caches/deno/npm/registry.npmjs.org/psl/1.9.0/index.js:44:34 at Array.reduce () at Object.internals.findRule (.../Caches/deno/npm/registry.npmjs.org/psl/1.9.0/index.js:41:26) at Object.exports.parse (.../Caches/deno/npm/registry.npmjs.org/psl/1.9.0/index.js:198:24)...

Having same issue. Was the new op sanitizer launched?