Ayo Reis

Results 13 issues of Ayo Reis

Would be nice if you could add a section about unstable APIs not being supported in Deploy to the [Runtime API](//deno.com/deploy/docs/runtime-api) page on the Deploy docs.

I don't know if they are the same thing but if yes, the tutorial in the README.md file should be updated to these changes.

When you would have @2 in the URL it would default to the latest [Major release](https://semver.org) of 2 (E.g. 2.7.3).

Example in [Using JSX and the DOM](https://deno.land/[email protected]/jsx_dom) when clicking on [Overview of JSX and DOM in Deno](https://deno.land/[email protected]/jsx_dom/jsx_dom/overview.md) it goes to [jsx_dom/jsx_dom/overview.md](https://deno.land/[email protected]/jsx_dom/jsx_dom/overview.md) (which throws a 404 error) instead of [jsx_dom/overview](https://deno.land/[email protected]/jsx_dom/overview) or...

I would like and have use cases for a function in the `Deno` namespace that gets the current configuration file. I thought of 3 forms this could come in (suggest...

public API
suggestion
config

I would like there to be a Top Browser Titles list next to the Top Browser Domain and Top Browser URL lists. My use case is for YouTube where a...

📝🦕 Markdown for the denosaur era: [mdxjs.com](//mdxjs.com)

https://deno.land/[email protected]/runtime/kv

enhancement

[tc39/proposal-import-assertions](https://github.com/tc39/proposal-import-assertions#dynamic-import)

question

It'd be nice when I write a name of a [tag function](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#tagged_templates) before a string, Template String Converter would automatically switch quotes with backticks: ```typescript "Hello, world!" // string tag"Hello,...

enhancement