Luca Casonato

Results 467 comments of Luca Casonato

I understand void, but not `Promise`. There are no other markings that the function is async if that is gone.

Just implemented this, but I don't think I like it. I think the explicit `: void` is good as it signifies that nothing is returned. Now it seems like the...

No, they can not be safely snapshotted right now (calling a method on a snapshotted struct will throw). I am happy to take a PR that lets you "re-hydrate" a...

@tkaitchuck Some other crate in the crate tree is enabling the `js` feature, and ahash is affected through [feature unification](https://doc.rust-lang.org/cargo/reference/features.html#feature-unification). Also crate resolving does not take into account the target...

Browsing around on https://deno.land for a minute or so: ![image](https://user-images.githubusercontent.com/7829205/121587149-c2307d80-ca34-11eb-8211-d3b9e229e71d.png) https://doc.deno.land also uses Preact if you want some more data :-)

> use https://alephjs.org/mod.ts import URL Are the urls not going to be versioned?

Interesting. I would be careful about magic resolving like that though. It will break all kinds of tooling (deno info, deno cache, deno vscode extension).

Awesome. FYI preact has a hot refresh plugin too: https://github.com/JoviDeCroock/prefresh

For background on why this is important to us: accurate sigschemes are required to conditionally use either RSA or ECDSA certificates based on client capabilities.