LSP: Uncached or missing @types/node when importing node:process
// test.ts
import process from 'node:process';
console.log("arch is", process.arch);
// test.ts
import process from 'node:process';
console.log("arch is", process.arch);
node:process with Uncached or missing npm package: @types/node. Running deno cache test.ts does not change anything, but if I manually run the same commands in a deno repl, I notice a status message appear after running the import: Download https://registry.npmjs.org/@types/node. After doing this in the repl, then I can reload the LSP and it no longer flags this line....Deno vs Node for writing a React component library.
Denoflare scheduled workers
How to make a function whose return type is inferred to be the same as an input function's
fresh.gen.ts blank
Can extension state have fields that require passing lifetime?
Limits for background tasks
Compiled binary from Cross-Platform CLI example will not work
Symbol not found: _sqlite3_unlock_notify
Symbol not found: _sqlite3_unlock_notify
Deno Vite App CLI doesn't match Deploy Docs

third party module not updating / releasing
git tag 0.1 and git push --tags but the module does not appear on https://deno.land/x/o_file__wav@0.1 what could be the problem ?...Possible error in Deno.rename
Deno.renameˋ does not actually throw a ˋDeno.errors.AlreadyExists on Linux and BSD/macOS when trying to move a file that one that already exists. Is the best path forward to raise an issue in the Deno repo, or is here a valid channel to discuss this? The standard library’s fs/move method works fineOutgoing connection over TLS (port 465) from the deno deployment is failing
setting module scope variable based on module import path
How to import a npm package that relies on Wasm
npm:@biscuit-auth/biscuit-wasm@0.4.0 and I wrote the following script:
```TypeScript
import * as biscuitAuth from "npm:@biscuit-auth/biscuit-wasm@0.4.0";
const root = new biscuitAuth.KeyPair();...Deno deploy --allow-write permission.
Getting values from Deno KV in a Web Worker always return empty array despite working correctly o...

Simple Deno program on Windows quits after 20 seconds
deno compile --allow-all --target x86_64-pc-windows-msvc ./index.ts. I've also compiled to mac and it runs just perfect. The program is like a setInterval that logs some info. However on Windows, the program boots up, it logs to the console just fine every second but quits without any notice after like 20 seconds.
Any idea what this might be?...Need some help for Deno/FreshJS project
