Matteo Collina

Results 3407 comments of Matteo Collina

I couldn't find it. Can we ask them to add one for us? The need to automate this step might get us back to issuing our CVEs instead of relying...

Thanks for reporting! Would you like to send a Pull Request to address this issue? Remember to add unit tests.

Thanks for reporting! Would you like to send a Pull Request to address this issue? Remember to add unit tests.

Yes, I think so! I'm sorry I missed the original PR!

Thanks for reporting! Would you like to send a Pull Request to address this issue? Remember to add unit tests. We use `tsd` for types

I'm somewhat skeptical of this change. Why does Bun need classes? All of Node.js is implemented using prototypical inheritance anyway.

@Jarred-Sumner I with we could do that for Node.js without breaking a good chunk of npm. My 2 cents is that this is something you want to fix on the...

Prototypical inheritance has not been deprecated anywhere in the Node.js codebase.

I tend to stay away from massive changes that are non-functional: they make maintaining code harder long term (for backports and other things) and they can introduce subtle bugs.

This would be amazing. I don't think WHAWG EventSource fits well with Node.js, I think a node `stream.Readable` would be better. Something like: ```js const res = await inject(dispatch, {...