-
deno-canvas supports writing text to a canvas:
```ts
import { createCanvas } from 'https://deno.land/x/canvas/mod.ts'
const canvas = createCanvas(500,600)
const ctx = canvas.getContext('2d')
ct…
-
### Describe the issue
I'm wondering if the `onnxruntime-web` package has any Node.js-specific optimisations within it when using the `wasm` execution provider? I know there's an `onnxruntime-node`…
-
Reference:
[WebRTC Native API](https://webrtc.googlesource.com/src/+/master/native-api.md)
[samples client & server both side](https://webrtc.googlesource.com/src/+/master/examples)
-
Code generation has long been a valuable tool for developers, enabling us to automate repetitive tasks and improve the quality of our code. The introduction of the `deno generate` subcommand to the De…
-
_Created by @CMCDragonkai_
No js-polykey cannot be used in browsers. However for NS, we may need to polyfill alot of our dependencies.
The js-polykey doesn't need to do this. But in Polykey-Nat…
-
I am using [bullmq](https://docs.bullmq.io/) library for running tasks in background in a http server, although I am pretty sure that the error is not in bullmq
because all features of bullmq are wor…
-
This is another silly idea, which probably won't even work. Obviously, LuaJIT is the runtime and that's not going to change. BUT, what if there was a way to benefit from the luau tooling/ecosystem, op…
-
I can guess what WASM is, but I don't understand what the other just* tests are?
TIA :)
-
It's not explicitly stated anywhere in the docs that the library will refuse to run without the `--unstable-ffi` flag.
i.e `deno run --unstable-ffi` main.ts (file with your model code in it)
Yo…
iyifr updated
1 month ago
-
When I try to generate and use prisma on Windows following the official manual at https://deno.com/manual@v1.34.3/node/how_to_with_npm/prisma I end up with following error on windows.
![image](http…