-
Version: Deno 2.1.2
# reproduction
## deno.json
```
{
"imports": {
"@std/async": "jsr:@std/async@^1.0.8"
}
}
```
## deno.lock
```
{
"version": "4",
"specifiers": {
…
-
Version: Deno 2.1.0
Last working version `2.0.6`.
```console
$ docker run --rm -it denoland/deno:alpine-2.0.6 run -A npm:@informalsystems/quint@0.22.4 --version
Warning The following packages co…
-
Hello,
I have a monorepo with one root "deno.json" that includes:
` "workspace": [
"./packages/server",
"./packages/installer-updater"
],`
For test purpose, in the workspace "in…
-
Will be possibile to replace the better-sqlite3 library with a wrapper that can use the native deno or bun sqlite libraries?
-
File: `runtime/tutorials/how_to_with_npm/react.md`
```
> deno run -A npm:create-vite@latest --template react-ts
✔ Project name: … test-project
Scaffolding project in /Users/***/***/***/test-pr…
-
### Problem description
Cannot deploy the default deno + vue project to deno deploy
### Steps to reproduce
1. Create a vite app
```
deno run --allow-read --allow-write --allow-env npm:creat…
-
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…
-
yolo, `GITHUB_` is a reserved namespace in GitHub and is required by kv-oauth, my current work around is using Deno Deploy and setting the environment variable in the Deploy web console. The result is…
-
Deno 2.1.1
```
Deno has panicked. This is a bug in Deno. Please report this
at https://github.com/denoland/deno/issues/new.
If you can reliably reproduce this panic, include the
reproduction st…
-
We want to experiment with having a "BYO test coverage explorer" by serving `deno coverage --html` output instead of using Codecov. To start the experiment, we need to create a Deno Deploy project. In…