Error while using discord.js with deno
Add provider component to context
[SOLVED] dlopen failing
Deno.dlopen() like this:
Deno.dlopen("./SDL2.dll", {} as const);
Deno.dlopen("./SDL2.dll", {} as const);
i trying to deploy deno2 . it fails
Deno + Hono + React. Any example or tutorial?
Deno v2 RC not deploying properly?
import

[Solved] How to use precompile TSX transform
Deno fmt force `njk` content type for `.liquid` files
.liquid files (which are very similar in syntax). However, I'm struggling to get the --ext flag to work properly. It doesn't seem to recognize njk as a possible value for --ext, but even if I use a recognized value, it says the target file is not found even though it exists. Note that it does work if my file has a .njk extension.
```
cat test.liquid<body>...</body> ...
How to use ErrorBoundary
VSCode JavaScript Debug Terminal
Deno 2.0 TS errors on fresh project
deno init test-proj
Immediately, I have Typescript errors I'm not sure how to fix.
Property 'main' does not exist on type 'ImportMeta'.ts(2339)...
No Auto Complete Suggestions for `@/` Alias in Deno with VSCode
I’m using Deno with VSCode, and the
@/ alias works fine for imports but I don’t get auto complete suggestions for files in my src/ folder. I have to manually type the file paths for it to work.
For example this works:
...INTERNAL_SERVER_ERROR_3
Internal Server Error (INTERNAL_SERVER_ERROR_3) An error has occurred inside of a Deno Deploy systemMy website is https://wordcel.org, and you can probably replicate the issue if you visit this page and just keep clicking random answers for a while:...
deno gives 401 unauthorized for imports with an `npm:` specifier, but npm, yarn and pnpm all work?
npm: specifiers to work. i've tried them via an import like below, or running via the cli. both give a 401 error for any package (regardless of if it's scoped, unscoped, using a specific npm config registry or anything).
i tried this in all of stable, canary and rc deno versions - all have the same. i'll include debug logs from the latest rc ...I would like to integrate Cloudflare DDOS attack prevention into Deno Deploy
TypeError: error sending request for URL! (Deno -Supabase - Oak)

Is DENO v2.0 RC installable from homebrew? Or upgradeable from 1.46-> 2.0 with brew upgrade?
Format with Deno language server ignores fmt settings
deno.json:
```json
"fmt": {
"lineWidth": 80,
"indentWidth": 4...Iterator is not defined when creating a snapshot with init_ops_and_esm
runtime.js file is just this:
```js
class StdinIterator extends Iterator {
next() {...