Ryan Dahl

Results 128 comments of Ryan Dahl

We should also add some examples to the JSDoc for these deprecated APIs telling people how to use the analogous std APIs.

I think the major issue it to get multiple snapshot working (ie we have the internal Deno snapshot to load and then need to load the external one)... there’s a...

There is no gRPC module yet.

@afinch7 I'll have to dig into this later when I have some time - but one random guess - try `v8_multi_arch_build = true`

basic arm support added in 8c7a12d1b258f0ef5ab27f49c424331d43e8d97f

@LukeChannings Nice work! Let's try to land your changes upstream in rusty_v8. Would you mind submitting a patch?

We've recently added the ability to use Web Streams directly with file system files. https://deno.com/blog/v1.19#files-network-sockets-and-stdio-are-now-native-web-streams @devalexqt I'd be interested to see your benchmark again with this new interface: ```js async...

Does “deno upgrade” not solve this problem?

@wperron Thanks! Any of those work, I'm sure...

That would be great - but let's get some tests set up for the registry first so we're not randomly breaking things as we add that functionality.