Ryan Dahl

Results 128 comments of Ryan Dahl

I totally missed the news on AsyncLocalStorage. Looks very useful. I worry a lot about adding browser incompatible APIs. Is there any hope of doing AsyncLocalStorage in the browser?

I don't think that's related AFAICT @caspervonb - it's just a typical kv storage not a "green thread local storage" or however you want to describe AsyncLocalStorage. The "LocalStoarge" part...

@NewLunarFire You can assume that import paths are strings and unicode encoded (if not ascii) - we will not be supporting importing arbitrarily encoded filenames. This issue is about supporting...

I'm not convinced it's useful to support non-unicode filenames. It's a huge complexity for what is a legacy problem at this point. It's very nice to assume paths are strings....

closing in favor of #1658

Probably we should just use the same env var as NPM: `NPM_CONFIG_REGISTRY`

Is it possible to use a git submodule? Or are you wanting to move the source of truth here?

https://www.memorysafety.org/blog/rustls-new-features/ > The first big feature is support for TLS certificates containing IP addresses. Rustls can now be used to set up TLS connections addressed by IP rather than a...

`Deno.rename` maps onto a posix system call. We want to maintain the ability to make this low-level call. I think we should have the functionality you describe but it belongs...

Yes you can sell the output of “deno compile”.... we probably need to do some work to remove logo and other metadata...