-
This isn't an issue with the node-neo package, but I'm unsure where else would have a community that is the most knowledgable of this topic since there don't seem to be any active Deno specific DuckDB…
-
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…
-
```
deno run -A --unstable-ffi captcha.ts
error: Uncaught (in promise) Error: Could not open library: Could not open library: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.32' not found…
-
## Introduction
I would like to understand the appetite and work required to get Android and iOS support from Rusty V8. I know Android builds have previously been a included as a feature of Rusty V8,…
-
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-…
-
Cloned the example app and followed the instructions but cannot get the service to start
deno compile --allow-ffi --allow-write example.ts --include dispatcher.js
sc.exe create myservice binPa…
-
Ive tried using the following example:
```js
import { pip } from "https://deno.land/x/python/ext/pip.ts";
const np = await pip.import("numpy");
const plt = await pip.import("matplotlib", "matplo…
-
Hello. I've found some possible improvements with the current Deno FFI permissions model.
At present, a binary toggle between "FFI allowed" and "FFI forbidden" is offered. This has a couple of prob…
-
I'm new to Python, so I hope my environment is setup correctly - I followed instructions carefully.
I'm using Poetry - here is `pyproject.toml` in my Deno project root:
```
[tool.poetry]
name = …
-
With Deno v1 `deno vendor` command I used to build the complete local copy of the project dependencies, then to run it without having to rely on remote access with `deno run --no-remote` flag.
Tryi…