-
I just tried running the app and got an error:
````
❯ deno run --allow-read --allow-net --unstable app.ts
Check file:///p/examples/deno-api-starter-oak/app.ts
error: TS2345 [ERROR]: Argument of …
-
Seems like it shouldn't redownload those files every time it's run, no?
(Cool project, though! ❤️ Svelte but have been running into issues using it with Snowpack on Windows.)
-
**Prettier 2.8.8**
[Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuEAeAhAWkwMwE4DOAFppALYBGEVAHgJZQAOArjEgAzYB8AOlKgBM6ANwAEAgIYwJmInAkCANnAIFmdTAWnwuqRroD0+1AaHDe-A1lyES5KrQYs…
-
Hi @luke-john
I've tried to run your example script, both in VS Code and in Jupyter with the Deno kernel, but I got this error:
```
Expected ',', got '.' at repl.ts:11:14
{fruits.map((fru…
-
Hi there,
I'm trying to use deno as an environment to run tests that require a GPU device. However, I'm running into the following error whenever I try to run them. The command I'm using is
```
D…
db213 updated
1 month ago
-
In https://github.com/filecoin-station/zinnia/issues/43, we added support for loading JavaScript modules from local files.
The next step is to allow Zinnia modules to use 3rd-party dependencies lik…
-
# Issue description
I'm encountering a panic error when running `deno` in a Docker container built with Nix. The panic occurs even after attempting to increase the stack size limit within the runni…
-
Hey folks !
It would be awesome if the Svelte CLI could also support Deno
Also see https://github.com/denoland/deno/issues/17248
-
tsx - [GitHub](https://github.com/esbuild-kit/tsx)
This compiler is used many places in peoples package.json scripts, so it would be great if deno is able to execute it, until it's replaced with i.…
-
After the very quick fix of alephjs/esm.sh#181 by @ije (you are a living legend, thanks!), I now noticed that the `aleph build` commands does not exit after finishing, requiring a manual Ctrl+C to go …