Windows Silicon ARM support
deno bundle react production mode
`deno run` looks for dependency in the wrong place
$ deno run npm:svelte-check
error: Module not found "file:///home/berzi/projects/myproj/home/berzi/.cache/deno/npm/registry.npmjs.org/svelte-check/4.3.1/bin/svelte-check".
$ deno run npm:svelte-check
error: Module not found "file:///home/berzi/projects/myproj/home/berzi/.cache/deno/npm/registry.npmjs.org/svelte-check/4.3.1/bin/svelte-check".
HTTP import equivalent to JSR?
module_or_path = new URL('polyvis_wasm_bg.wasm', import.meta.url);
module_or_path = new URL('polyvis_wasm_bg.wasm', import.meta.url);
Could not resolve dependency
send otel data to grafana cloud endpoint directly
Is there a official extension for cursor or similars VS CODE forks?
`Uncaught TypeError: callback is not a function` On clean Fresh init project
deno run -Ar jsr:@fresh/init
. I have made no changes to the newly initialised project yet. upon running deno task dev
I see the following output:
```
VITE v7.1.5 ready in 1062 ms
➜ Local: http://127.0.0.1:5173/...🦕 Deno adds to package.json instead of deno.jsonc.
How did Temporal API change?
This release includes a big overhaul of the Temporal API.What changed in the Temporal API? Are the changes documented somewhere?...
Could not find `.deno-deploy` folder after building project.
Could not find `.deno-deploy` folder after building project.
Could not find `.deno-deploy` folder after building project.

npm:@img/sharp-wasm32 package on Deno 2.5.0
deno compile
AFAIK, so I'm trying wasm.
Do I need to install npm:@img/sharp-wasm32
as well as npm:sharp
? I can't seem to import anything from the former.
```ts...My package in JSR doesn't show up in the search
tellimer
or econify
in JSR my package never shows. Maybe the index isn't being synced or there is something wrong....Deno vs Node 24 security
Stop typescript check on Deno.test
i can't Verify organization to increase limits
Deno compatibility with local Node/NPM package
.sst/
directory within my project. The .sst/
directory contains SST’s internal tooling, including its own package.json
and node_modules
.
My Deno code needs to import types from this generated directory. The problem seems rooted in .sst/
targetting the npm ecosystem, but Deno treats .sst/
like any other source code in the project, e.g., expects import foo from 'npm:bar'
instead of … from ‘bar’
, or import { add } from ‘./calc.ts’
instead of … from ‘./calc’
....Is using something like @opentelemetry/instrumentation-pg possible with Deno
Compiling Deno from source: Could not run `gn`: Os { code: 2, kind: NotFound, message: "No such file