Specifying config remotely or jsx on install
deno install -Afr --config https://deno.land/x/pyro/deno.jsonc -n pyro https://deno.land/x/pyro/cli.ts
deno install -Afr --config https://deno.land/x/pyro/deno.jsonc -n pyro https://deno.land/x/pyro/cli.ts
Is it possible to know what version of a dynamically-imported module was just imported?
import('npm:lodash'), which will get the latest version of lodash. Is it possible to know what version of lodash that resolved to, in the runtime or elsewhere? I suspect that it writes to an import map if there is one?Why am I getting an "Uncaught DOM Exception" in the Deno CLI?
deno in the command line to initialize a Deno REPL
```
// Get an array of random bytes
const arr = new Uint8Array(32)...Better way to allow downloading of files besides serving entire file

Share state between islands
Islands not working with Cloudflare DNS proxy
Update sub-directory for module already added to deno.land/x
hot_mod, and the current subdir is src/modules but I want to change it to '' (empty string)Should we, or how should we, use Deno as a sandbox for untrusted code?
Worker objects, so people can create a worker in the worker that has access to raw APIs. Is there a right way to do this?deno_bindgen type error: deno-ts(2345)
deno_bindgen?
Argument of type 'bigint' is not assignable to parameter of type 'PointerObject'.deno-ts(2345)```console $ deno --version deno 1.31.1 (release, aarch64-apple-darwin)...

Using Rust FFI in a public Deno module
Publishing to deno.land/x: GitHub webhook says it's delivered?
{"success":true,"data":{"module":"hot_mod_server","version":"v0.0.1","repository":"patreeceeo/hot_deno","status_url":"https://deno.land/status/9af0c7c9-0ee4-499d-9ada-d3a27e6ccc15"}}
{"success":true,"data":{"module":"hot_mod_server","version":"v0.0.1","repository":"patreeceeo/hot_deno","status_url":"https://deno.land/status/9af0c7c9-0ee4-499d-9ada-d3a27e6ccc15"}}
Deno ts
Nvim deno tsserver conflict
LspInfo i can see both deno and tsserver are setup on the buffer.
here is what i have on my lsp config:
```lua
nvim_lsp.denols.setup({...Deno Docker - deno run --watch file.ts
Function not implemented (os error 38)how convert file to another format?
WebSocket subprotocols
Deno.upgradeWebSocket does not include the sec-websocket-protocol header, and response headers are immutable, I was instantiating a new Response instance, copying over data from the response returned by upgradeWebSocket and adding the sec-websocket-protocol header. Even then, the websocket in Deno never opened and all of its properties including readyState would remain undefined indefinitely.
The browser was happy, though: its websocket instance's open event was firing, only the server never could use its websocket instance. I removed the subprotocols parameter to the websocket constructor and the code on the server handing it and now the server's websocket is opening and messages are flowing. ...How can I create a linked [ReadableStream,WritableStream] pair?
how to use esbuild_deno_loader for local file?
[join(tmpDir, './bundle.js')] as entry point (resulting as string e.g. c:\Users\User\AppData\Local\Temp\tempdir-33c4f2f8\bundle.js, but that gives me a Do not know how to load path error on console?
what am i doing wrong?...Date-fns typings don't work?
window variable in fresh islands
window in islands? I need to modify DOM code client side.