-
### Describe the feature
Deno 2 has landed and it introduced parallel server mechanism to allow using all of the cores of the CPU. Nitro can easily add support for that and allow all of the ecosystem…
-
I'm still experiencing very slow intellisense with this plugin. It's so laggy.
OS: MacOS 15.0 (M1 Mac Mini)
VSCode Extension: v3.42.0
Deno Version: v2.0.4
Cursor Version: v0.42.4
VSCode Version…
-
It appears Deno can sometimes be faster than Node.js or Bun. https://deno.com/blog/aws-lambda-coldstart-benchmarks
It'd be great if this benchmark add Deno runtime.
-
### Link to the code that reproduces this issue
https://github.com/howdoicomputer/issue-reproduction
### To Reproduce
1. Create a new project and add
```
import OpenAI from 'openai';
const c…
-
### Neovim version (nvim -v)
NVIM v0.10.0
### Operating system/version
MacOS 14.6.1
### Read debugging tips
- [X] I have read through the [debugging tips](https://github.com/stevearc/co…
-
![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…
-
It would be nice if this action had a way to cache deno modules that had been downloaded in previous runs, similarly to https://github.com/actions/setup-node#caching-global-packages-data
The cache …
-
I have example repo here:
https://github.com/Ciantic/deno-solid-test/
Some reason when running it through *deno* it still tries to run `node.exe` instances.
Notice the telltale warning:
> …
-
### Problem description
I am trying to deploy a Next.js v15 project. Once the project is deployed and I try to open the website, it shows me `Internal Server Error` and when I check the Deno Logs it …
-
Version: Deno 2.0.6
Running `deno check .` in the project root directory checks files within a directory `foo/bar` specified in `exclude`. `deno fmt` and `deno lint` respect the `exclude` configura…