Paolo Insogna

Results 189 comments of Paolo Insogna

I would love to. @mzaatar As I'm not familiar with Remix, would you please share a minimum unpatched repo example I can play it?

Ok, I've checked with a minimal repro. readable-stream v4 by design choice will never modify the global scope and thus `process`, `Buffer` or similar will be unavailable. Anyway, we have...

In my opinion it depends on which kind of editing are you doing to your document. If you are modifying indexed fields, then a future `update` method (which essentially is...

I agree it's a waste of time. When I get the chance I'll implement the fix I mentioned earlier.

Acknowledged! I'm taking care of them locally.

@targos @mcollina I put the default for each new socket in `Socket.autoDetectFamily` (note: a class property that is then reflected to instance options unless the user specifically provides that) and...

> > @mcollina how about we make it the default in a subsequent PR where only that bit can be discussed? > > Agreed! Ok, understood. I'll send an update...

> Can we add test for `dnsPromises.Resolver` as well? I was willing to, but then I realized I'm not sure why we need a test for this. Could you please...

@nodejs/build I see that the new tests introduce failed due to address already in use under IPv6. I do use `{port: 0}` when listening, so I don't see how that...