Christian Svensson

Results 90 comments of Christian Svensson

I think this issue is the cause that `deno run -A npm:@vercel/ncc` fails with `Uncaught TypeError: Cannot read properties of undefined (reading 'version')`. The package uses ` new Script()` from...

I got the same error when updating a single package. Trying to upgrade `v1.43.3` to `v1.43.4`. Running `winget source update` did not help. ```ps winget upgrade --id DenoLand.Deno ``` ```...

> But I believe that instead Deno Deploy should not try to execute the program before actually deploying it, more faith should be put into the user. Actually, I believe...

> that's your problem I actually don't have that problem, because we run `deno check` in GitHub Actions, and always create PR's and do not push to `main`. But I...

> Making the program do a dry-run during the deployment just to deploy seems pointless to me. What in the world is the goal of that, if all the code...

This would be very helpful! I'm not sure what you mean by "Integrate with GH secrets", but if there was an input that could handle a pre-defined syntax for secrets,...

This feels even more important to me now. My "Dark Reader" extension is screwing up the code blocks, so they become unreadable. So my choice is between having unreadable code...

> Do we have visibility on this? Or is looking for alternative ways what everyone else is doing? @andrewbrennanfr See https://github.com/actions/runner/issues/3600#issuecomment-2930527651 Given that GitHub has used v12, v16 and v20...

Maybe close this issue in favor of #2843? They seem to be duplicates

Given that there is [Open Telemetry support in Deno (still unstable)](https://deno.com/blog/otel-tracing-in-node-and-deno), does this work on Deno Deploy or not yet? Will anything happen if the environment variables are set to...