-
Hey folks!
I'm one of the maintainers of Deno. js-debug has already works pretty well with Deno, but I was wondering if we could chat to y'all about how to make it work even better. For example, we'r…
-
When trying to run the example from docs:
```typescript
import { bundle } from "jsr:@deno/emit";
const result = await bundle(
new URL("https://deno.land/std@0.140.0/examples/chat/server.ts"),
…
-
Follow up to https://github.com/octokit/octokit.js/issues/2075
**What happened?**
@laughedelic was able to [narrow down the problem to the throttle plugin](https://github.com/octokit/octokit.js/…
gr2m updated
5 months ago
-
Loving the new registery 👏🏻
It appears that the jsr website provides an instruction to use `deno add ` to install, even when viewing specific versions of a package.
I can see how that would mak…
-
_Originally posted by @prs513rosewood in [#2462](https://github.com/quarto-dev/quarto-cli/issues/2462#issuecomment-2456581289)_
Sorry to comment on a closed issue (EDIT: #2462), but I'm also encount…
cderv updated
4 weeks ago
-
**Describe the bug**
The current implementation uses an unsafe type casting for the Deno KV client, which could lead to type-safety issues and potential runtime errors.
**To Reproduce**
1. Initia…
-
A little bug I encountered when trying to execute Brython inside Deno :
```
Error: not a url: #python_script_666512880644291
at Object.$B.strip_host (eval at load_brython (file:///home/demigd…
-
I am trying to port a c++ library to deno and I am not clear on how gc with ffi buffers works.
This is a great explanation of how ffi works, but I cannot understand the connection with gc.
I saw…
-
Do you have plans to update the plugin?
https://www.npmjs.com/package/@nx/deno
-
Version: Deno 2.1.1
I wrote an LTI integration using ltijs as an node app. Then I tried to move the code into an edge function and it fails with the following error:
```
runtime has escaped fro…