Hashbang with TS file (without .ts extension)
Astro + Deno - Remote Imports
Debugging test in VSCode always breaks on line 54 of colors.ts

Building from `src` offline?
src. It is all good when I'm connected to the internet, but when I'm turning if off — building process crushes:
```bash...Any plan to fix Deno.listenTls() timing out a WebSocket connection?
{code: 1001, reason: 'No response from ping frame.'}
{code: 1001, reason: 'No response from ping frame.'}
Deno with the --inspect-wait arg doesn't expose /json/protocol - should it?
/json/protocol. I've tried Node, and it does expose an endpoint there and list its capabilities with JSON. Is this not part of the v8 protocol bu...`deno test` and VSCode test runner are failing to run all test files
deno test and all my puppeteer tests in all files would run in series.
Issue #1: More recently, I think because of a Fresh update, when I run deno test the test runner only goes through 1 file. I have to comment out other files completely or delete them for more than 1 file's tests to go. I resorted to throwing all my tests into a single file, but that's really messy so i'm looking for a proper solution.
Issue #2: I discovered that if I use Deno.test in my code instead of describe and it that I can use the VSCode test runner. However, the test runner breaks if my code uses the library zod. No error messages, it just doesn't run the test. It took a very long time to figure out Zod was the issue, but after much trial and error I'm 100% sure of it....
Help on Deno deploy that fails
Deno console.log() all items of array

Hey! i can't to download deno

Closing a file
puppeteer makes script to hang for a while at the end
npm:puppeteer in my script. Everything is working fine. But often the script hangs at the end of the exit. Is this normal with puppeteer?
I think that some async op is leaking. But I am not sure if I made any mistake or it is coming from puppeteer. I do call browser.close() in a finally block....In Fresh, how do I return a JSON response in a middleware?
Property 'params' does not exist on type 'Context<State, Record<string, any>> ... what to do?
What is the std library for making a guessing game like shown in rust?
Data must be valid JSON

FFI deno_bindgen, how to see build logs?
TypeError: str.split is not a function