-
Recently I wrote a program using Node.js v22 and TypeScript, Express, [PeerJS](https://peerjs.com/) (PeerJS is a WebRTC server and client lib, which use **WebSocket** for signaling).
I used ts-node…
-
**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
-
I have never been able to get auto import for VS Code working for some packages.
I have always had this problem with deno.
In this case for example, ```npm:effect```.
I was hoping that ov…
-
Running the following minimal reproduction code with `deno test` will not output the `console.error` message most of the time:
```ts
console.error('Error: API_KEY not set.');
Deno.exit(1);
```
…
dandv updated
2 months ago
-
I followed the instructions [here](https://silverbullet.md/Install/Deno%20Deploy) to deploy it with Deno Deploy. Everything is set up but it errors when loading the page.
![screenshot](https://gith…
-
```
---- node_unit_tests::http2_test stdout ----
command /Users/runner/work/deno/deno/target/debug/deno test --config /Users/runner/work/deno/deno/tests/config/deno.json --no-lock --unstable-broadca…
-
I don't know if there is any reasonable solution here, may be somehow possible to install from git exported archive which could do some subs for strings and provide some idea of a version?
```
❯ d…
-
### Check for existing issues
- [X] Completed
### Describe the feature
As of today, Zed let's us set custom values for `deno.enable` on local settings &emdash; we can note though that "deno" …
-
I’m not sure if this is the right repo for this issue, so my apologies if it’s actually related to the `Astro` or `vitefu` package instead of Deno. Please let me know, and I’ll open the issue in the c…
-
Currently, the deno doc command provides documentation generation capabilities, but lacks a direct option to export documentation in Markdown (.md) format. This feature request proposes adding a `--ma…