Luca Casonato

Results 467 comments of Luca Casonato

We have decided not to pursue this, due to ambiguity concerns (and because not all hosts use URLs as specifiers).

Sorry for the long delay on landing.

Deno supports `AsyncLocalStorage` from `node:async_hooks` out of the box. All native async functions preserve context, except `setTimeout` (we are working on this).

I find the wording of the question a bit confusing. We need to make clear that _a = allow all **env vars**_ for example, not _all permissions in general_. Anyone...

The WSS accessor needs to be locked behind --unstable.

### Background A unix socket is really just an alternative underlying transport for the request. It could be considered a proxy for the request. For background, here is how other...

Not the same as #1658

> I think it's reasonable to look for alternatives to rustls that don't rely on webpki. `rustls` is an essential part of Deno as it is the entire backbone of...

> It wasn't really clear from the merge request I linked, but webpki flat out rejects self signed certs with the CA flag, with a CAUsedAsEndEntity error. For my own...