-
Version: Deno 1.46.1
The `deno cache` command returns an error code of 133 when run with Deno 1.46.1 on my Macbook Pro (M2).
For instance, running this...
`deno cache --node-modules-dir=false…
-
* Deno FFI: https://deno.land/api@v1.36.0?s=Deno.dlopen&unstable=
* Deno FFI manual: https://deno.land/manual@v1.36.0/runtime/ffi_api
* Bun FFI: https://bun.sh/docs/api/ffi
No native Node.js equi…
-
Hi Devs,
why disable "webview_dispatch"?
Btw, I am the author of some implementation of webview like julia & python.
https://github.com/congzhangzh/webview_python
https://github.com/congzh…
-
`require('xxx.node') ` will get error `missing symbol called` after deno compile.
### Version:
```shell
deno 1.45.1 (release, aarch64-apple-darwin)
v8 12.7.224.12
typescript 5.5.2
```
### Re…
-
When I try to publish a quarto website to posit connect using GitHub actions on a runner (specifically when I run **quarto-dev/quarto-actions/publish@v2**) , I get this error:
=====================…
-
I have a function like this
```ts
export function decode(ptr: Deno.PointerValue): T {
if (!ptr) throw new Error("tried to decode null ptr: " + ptr);
// ptr is a cstring
const cstr = new Den…
-
Whe I try to import deno-dom-native on Mac M1, I get:
```
error: Uncaught (in promise) Error: Could not open library: Could not open library: dlopen(/Users/fserb/Library/Caches/deno/plug/https/githu…
fserb updated
3 years ago
-
I'm getting errors trying to run some of the examples. Here are the ones that run correctly and the ones that don't:
- canvas: no
- cube: no
- cursor: yes
- custom-cursor: no
- custom-icon: ye…
ds604 updated
10 months ago
-
Ref: https://github.com/denoland/deno/issues/12577
-
Hi!
I am trying to use this library by passing `--allow-ffi=THING` where `THING` is the value I am passing to `DENO_SQLITE_PATH`. The script fails with the following error
```
error: Uncaught (in…