Luca Casonato

Results 467 comments of Luca Casonato

> Any updates about the progress of a possible fix for this issue, it seems to have been slept on. This has not been slept on. This is blocked on...

> > We have tests validating that this works. > > Famous last words @somethingelseentirely CA cert and TLS cert can not be the same - in you case it...

Any extensions to HTTPS specifiers are non standard. Even this HTTP 300 approach would NOT work in browsers. Also, to make this actually work one would still need to teach...

Caused by https://github.com/denoland/deno/commit/e18950284f279cfa8ec090cb8a882dbd64e92d4a. We need to not use dynamic code eval (instead `isolate.execute_script`, or generate the functions from JS rust side).

Crypto APIs in Node are still _very_ lackluster. @arnauorriols and me tried to use two NPM modules this week, and both didn't work because of various crypto issues. Two issues...

This is not a reproducible example. Your readable stream may be closed when you are trying to enqueue. Please submit an example that I can run _as is_. Also, what...

For the node compat issue, closing as duplicate of #22820. For the original issue, the code provided is correct. If the user closes the HTTP request, the response stream will...

Yeah, I checked and SWC does transpile decorator metadata. We should polyfill `Symbol.metadata` like we do for `Symbol.dispose`

Closing as this is working now.

We should use https://v8.github.io/api/head/classv8_1_1UnboundModuleScript.html#a9c4f796120c4431c24edfced6e784cee instead of pulling out the source map url ourselves.