Luca Casonato

Results 467 comments of Luca Casonato

This seems like a great idea. We want to do the same for Deno (implement `CSSStyleSheet` and friends). See https://github.com/denoland/deno/issues/13898. I did a little investigating on this last week, and...

So for the Deno, we don't actually have any "live" bindings between Rust and JS. All our communication with Rust happens through "ops" which are essentially JS -> Rust RPC...

Just dug into this some more, ~and just the existing parsers will not quite be enough I think. [Parse a rule](https://drafts.csswg.org/css-syntax-3/#parse-rule) does not have an implementation in parcel_css AFAICT (only...

Yeah, this looks good. We can determine the value of the ORIGIN frame based on an SNI field in the TLS handshake. I have no preference between strings and `(Scheme,...

Possibly related to https://github.com/briansmith/webpki/issues/20

I think this is a bug on DigitalOcean's side, so I have raised a support ticket there too. I think there is probably nothing actionable for webpki to do here....

@mvforell I don't think so. The issue here is that there is an IP address in a SAN DNS record, not an IP address record.

Yes, but it errors as soon as it reaches the invalid DNS SAN record. So even with #54 it will still crash

This should be possible using only stable APIs in Deno 1.16.0, due to the stabilization of `Deno.startTls`.

We're interested too (Deno), and will be implementing this if it lands.