-
I just updated “deno” to “deno-2.1.2” and found that this problem (https://github.com/denoland/deno/issues/26660) is still there.
![image](https://github.com/user-attachments/assets/7b9…
-
-
Continuing from https://github.com/donmccurdy/glTF-Transform/pull/380 and #379, I intend to support Deno as an environment. The I/O class has been added, but a few remaining things to do:
- [ ] Uni…
-
Hello, I have been using FocusLock for a while [here](https://github.com/eelab-dev/EEcircuit/blob/d4926b151acc92bd7dd4c213e81217ecfc15d831/src/EEcircuit.tsx#L400). Recently, I have been changing my wo…
-
how to set deno_python_path?
-
### Describe the bug
Since upgrading to deno 2, I am getting build failures using sveltekit. This seems to be because an autogenerated file `.svelte-kit/output/server/index.js` references a non exist…
-
Feature Request
-----------------------------------------------------
What is the current behavior?
-----------------------------
`oclif package` currently works for packaging Node CLIs.
Wha…
-
# I want to use deno_node without using deno_kv
The problem:
- **deno_node** relies on **deno_runtime**
- **deno_runtime** relies on **deno_kv** and **deno_cron**
- Therefore I can't use **den…
-
### Which package is the feature request for? If unsure which one to select, leave blank
crawlee
### Feature
I would like to use Deno for my crawling projects.
### Motivation
All the f…
-
Using Deno 2, where `Deno.run()` per the [docs](https://docs.deno.com/api/deno/~/Deno.Command) is replaced with `Deno.Command()`. It seems the shim is not updated to match this change yet, since when …