-
Since it looks like the Deno ecosystem is about to move over to [jsr](https://jsr.io), it seems reasonable that this tool is updated to work with `jsr:` specifiers, too.
Related to #73.
-
It looks like the `deno check` command isn't able to deal with wildcard mappings in `package.json#exports`.
```sh
# (formatted for readability)
error: Uncaught Error: Failed resolving package con…
-
The blog post said we should report, so here we go:
I just trying to use testcontainers (@testcontainers/postgresql) with Deno when I got this strange error:
```
error: Error: (HTTP code 400) u…
-
[`deno`](https://deno.land/) seems like a great environment for running `ink`, as it aims to be a simple, secure, and fast way to ship JavaScript executables to users while being extremely light in se…
-
If this library is imported, it will prevent the deno process from ever closing even when it reaches the EOF, irrespective of if a connection to a database is ever opened.
### Without denodb
```ts…
-
Version: Deno 1.45.5
Usage context: Trying to port code from nodejs which uses [ssh2](https://github.com/mscdex/ssh2).
The ssh2 library is attempting to decode an ssh private key.
The failure a…
-
Version: Deno 1.38.4
I encountered a bug related to vendoring dependencies while using deno. The problem becomes apparent when attempting to vendor the [deno-gfm](https://github.com/denoland/deno-g…
-
### What is the problem this feature will solve?
Node.js is prolific throughout the server-side world with many projects wanting to repackage the Node.js runtime and standard library to offer it to…
-
Currently, the `moduleResolution` option of the `seroval` package is [set as `Bundler`](https://github.com/lxsmnsyc/seroval/blob/93790004344730f0b413b069182a65727d890bf9/packages/seroval/tsconfig.json…
-
When running `RUST_BACKTRACE=1 deno check -q src/mod.ts` in `libraries/deno-postgres` in https://github.com/dossierhq/dossierhq/ I get this panic.
**Note:** the repo is a mono repo using [rush](htt…