Ryan B.

Results 8 issues of Ryan B.

Add an Open Telemetry regression suite to CI. See also #23744

tests

### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to try to find a similar issue and didn't find...

bug

CLI version 1.43 includes a new subcommand, `deno serve` that allows a user to call `fetch` with `export default` directly without Deno imports. The `deno serve` subcommand implies `allow-net` permissions....

documentation

We should document how to use a redirect to serve a site on both `www.example.com` and `example.com`. > One way of redirecting one domain to another is deploying your origin...

documentation

New CLI feature for importing non-TS or JS files (starting 1.40)

Here's a common question that we don't have docs for... > I cannot for the life of me find out what happens if I exceed the 50ms execution limit for...

See also: https://github.com/denoland/deploy/issues/2619.

https://docs.deno.com/deploy/api/runtime-node/ links to https://dash.deno.com/playground/node-specifiers_ which doesn't work.

bug