-
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
-
### Summary
This is just a copy-paste from the original issue I opened at https://github.com/denoland/deno/issues/26098.
```nu
learn-deno-next on main [?] via v22.8.0
❯ deno --version
deno…
-
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…
-
### What problem are you trying to solve?
I regularly update a Deno Deploy app and use the following code to return the Deploy version. This used to regularly udpate as new versions of Deno were rele…
-
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…
-
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…
-
**Describe the bug**
When Deno is enabled, symbols in source files are shown twice in the list of symbols.
**To reproduce**
1. Open an empty directory in VS Code.
2. Run the "Deno: Initializ…
-
C:\Users\user>deno run -Ar jsr:@pup/pup setup
Running: deno install -qfrg --allow-env --allow-read --allow-write --allow-sys=loadavg,systemMemoryInfo,osUptime,osRelease,uid,gid --allow-net --allow-…
-
Version: Deno 2.0.4.
Hi!
Here is the copy of the bug report I sent on fflate issues tracker (https://github.com/101arrowz/fflate/issues/226).
The maintainer is actually thinking the error I am…
-
**Describe the bug**
**Steps to Reproduce**
`deno.json`:
```json
{
"imports": { "@std/http": "jsr:@std/http@^1.0.8" }
}
```
`server.js`:
```javascript
import { serveDir } from "@std/…