-
Hi
I saw that there was an update to make WebSocket works better, and by that allowing the use of `discord.js`
I quickly tried with a small connection example `deno-test.ts`
```ts
import { …
-
Recently non-blocking FFI was made possible with PR #12274, and the use of buffers with FFI was made possible with PR #12335. However, currently only non-shared `ArrayBuffer`s can be used with FFI (du…
-
```console
deno run examples/hello_world/demo.ts
⚠️ ️Deno requests net access to "dog.ceo". Run again with --allow-net to bypass this prompt.
Allow? [y/n (y = yes allow, n = no deny)] y
erro…
-
In contrast to most JavaScript code, Python libraries often work synchronously and may even expect one's callback function to resolve synchronously, even if that doesn't make sense in JavaScript envir…
-
**Is there an existing issue?**
- [x] I have searched the existing issues
is related to deno-fetch: https://github.com/denoland/deno/issues/19177
**General**
Was attempting to run the program…
-
Upstream issue: .
Downstream issue: .
It seems that libffi-rs doesn't provide a function pointer type, but after further investigation, it seems that this is because the C libffi does not support …
-
Just need to offload encoding to a separate thread and call with non blocking: true. It'll be useful for applications which handle concurrent requests and render images for them.
Also see: #27
-
It would be great to build/publish this as a target (for alpine and other platforms without glibc, iiuc).
It already seems to build okay (`--target x86_64-unknown-linux-musl`).
(see also https://g…
-
Hey I was very interested in learning how to use Turso on my most recent Deno project.
I resorted to making a Deno compatible client for local development as Deno only had support for the web version…
-
The current deno example is somewhat outdated and will output some warning messages.