Geert-Jan Zwiers

Results 24 comments of Geert-Jan Zwiers

I've tried it with the latest version but the error remains. Here's the last few lines from the CloudWatch Logs: ``` Download https://deno.land/x/[email protected]/client-sso/endpoints.ts Download https://deno.land/[email protected]/encoding/base64.ts Download https://deno.land/[email protected]/encoding/hex.ts error: Uncaught SyntaxError:...

The old docs have been removed in #319. I think new docs will be made in the new repo for deno_emit.

This was fixed in https://github.com/denoland/dotland/pull/2177 (I think).

Not stale https://discord.com/channels/684898665143206084/684898665151594506/994335469972246669

Related: https://github.com/denoland/deno/issues/13908

I've just tried it out, it looks like it fixed the issue. Working on both windows and WSL now

@Antonio476587 While `deno coverage` still has a few bugs, in Deno going from unstable to stable does not mean there are no more issues, only that the API will not...

I believe this is not a bug but the expected behavior in this case. I made an issue for the same thing a while back (note that the error message...

Thanks for looking into it! Running the image without `--init` works for me. The [page on Docker Hub for the Deno image](https://hub.docker.com/r/denoland/deno) is where I got the command from but...

> I bet there's some way to do this using https://github.com/actions/cache, but I'm not sure what would be the right paths for `hashFiles()` and `path` It can be achieved by...