-
Build fails:
```
[v8 129.0.0] Looking for download in '"/usr/ports/devel/rusty_v8/work/cargo-home/.rusty_v8/https___github_com_denoland_rusty_v8_releases_download_v129_0_0_librusty_v8_release_x86_64…
-
Any chance we could get a toggle in a follow up?
_Originally posted by @bartlomieju in https://github.com/denoland/docland/pull/41#pullrequestreview-833912224_
-
**Is your feature request related to a problem? Please describe.**
When using the Deno LSP vs the TypeScript LSP, I noticed that some [code actions](https://www.npmjs.com/package/typescript-languag…
jgoux updated
2 weeks ago
-
Version: Deno 2.0.1+
https://github.com/denoland/fresh/issues/2714
jsr:@fresh/core@2.0.0-alpha.23 works fine with Deno 2.0.0, but not 2.0.1+ with an js error
-
@sbmsr and I were trying to get the first version of this to work but we were getting a wild request infinite loop. It turns out, Deno has a bug w/ it's `http.request` implementation where it [doesn't…
-
![image](https://github.com/user-attachments/assets/2690952f-976b-473d-8198-8d74b3af9c16)
echo -e "foo()\nlet x" > test.js
deno lint test.js
Deno lint finds the unused "x" but it doesn't warn m…
-
Very often when writing integration tests I need to wait for a condition to be true to continue (for example the database record is there, or an SMS message has arrived). I use the function below repe…
-
Requires https://github.com/denoland/deno_doc/issues/377
-
In addition to HTML, CSS, and JS/JSX/TS/TSX, I would like to be able to format SVG files (or really any XML file, including XHTML).
Refs: https://github.com/denoland/deno/issues/20205
-
With Deno 2.1.0, we can now [compile assets directly into the executable](https://deno.com/blog/v2.1#embed-assets-files-in-deno-compile). This means we should be able to ship a Deno Fresh (Application…