-
Installed sqlite3 ``3.34.1`` and ran:
``export DENO_SQLITE_PATH="/usr/lib/aarch64-linux-gnu/libsqlite3.so"``
``deno run -A --unstable app.ts``
Result is a segfault when trying to use any sqlit…
-
It turns out this is a relatively simple thing to do (for simple 'did it leak?' checks, this is sufficient: https://gist.github.com/H-Plus-Time/93fa5767fa32d8f8a6740dea3d4b974f), with slightly more va…
-
As far as I know, if a Deno.UnsafePointer is deleted from typescript scope, underlying resources behind ffi is not touched, result in garbage at scope of ffi library. An api to register cleanup proced…
-
So far we have WebGPU and [BYOW](https://github.com/denoland/deno/issues/21713), but it need more work to use the front-end graphics ecology.
Repository for testing and integrating: https://github.…
-
## Problems Description
Upstream issues: (, ).
The only reference to using pointers in function signatures that I found was as follows:
> `ffi_type_pointer`
> A generic `void *` pointer. You …
ghost updated
2 years ago
-
**device info**
Apple M2 Pro
**helix-editor version**
helix 23.10 (1d1806c8)
**helix-gpt version**
0.31
**Describe the bug**
The initialization request from Helix times out when opening a…
-
**Update 2023-08-20**
Deno added direct support for npm packages in the meantime which makes this exponentially simpler to implement.
Right now if I import the `ApiServer` in a deno code file, it …
-
(I love this crate BTW, I would not be learning proc macros if I had to create an entire seperate crate for one)
Blocks forever, even after cargo clean and all the other stackoverflow suggestio…
-
I'm not quite sure how to distribute the FFI DLL. Thinking a github action that builds DLLs for supported platforms, then put a download/cache in the import entry-point might do the trick. If `Deno.dl…
-
Would be nice to have Deno working with Qt. Is this being considered elsewhere? If not, the following projects may be taken into account:
- Rust Qt binding crates: https://rust-qt.github.io/qt/
- …