-
My clone of this repo is at commit 1c2e916.
Every time I run `run.sh`, it spends a couple seconds at the post-page step, then fails with the error message seen below.
```
$ ./run.sh
GET https://…
-
### 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…
-
In:
```
import { open } from "https://deno.land/x/duckdb/mod.ts";
```
Out:
```
Error: Could not open library: Could not open library: dlopen(/Users/kai/Library/Caches/deno/plug/https/githu…
-
I tried to use your module with the latest deno version and stumbled upon the following error:
```
error: Uncaught (in promise) TypeError: Invalid FFI pointer type, expected null, integer or BigInt
…
-
I propose to add a binary build for the module to save users from unnecessary build steps and make it possible to conveniently work with the package as a dependency in other projects.
___
**UPD** Oh…
JoCat updated
3 weeks ago
-
Version: Deno 1.46.2
### repro steps
install the script
`deno install --global --allow-run=ffprobe,ffmpeg --unstable-ffi --check --allow-read --allow-write --allow-ffi --allow-env=DENO_SQLITE_LOC…
-
Hi
I am trying to call print from your module, but an error appears:
thread '' panicked at src/lib.rs:75:86:
called `Result::unwrap()` on an `Err` value: Utf8Error { valid_up_to: 24, error_len: S…
-
### Discussed in https://github.com/denoland/deno/discussions/23255
Originally posted by **babakfp** April 6, 2024
Hi 👋
https://github.com/parcel-bundler/lightningcss/discussions/712
Ba…
-
I am used to using NAPI-RS with Node, and was pleasantly surprised to see this project. I did see the mention this project is on hold. Understandable given this is probably a very low priority as well…
-
Currently for ffi I can limit `--allow--ffi` to a specific library using `--allow-ffi=lib` but if my code uses `Deno.UnsafePointerView` deno requires using `--allow-ffi` (with no path)
This makes i…