divy
divy
DDeno
Created by chromaLTS on 10/2/2024 in #help
Using std/crypto with x25519 crashes - How do i use node experimental modules instead?
thanks that works!
14 replies
DDeno
Created by chromaLTS on 10/2/2024 in #help
Using std/crypto with x25519 crashes - How do i use node experimental modules instead?
Ah thanks that's a bug, can you open an github issue?
14 replies
DDeno
Created by chromaLTS on 10/2/2024 in #help
Using std/crypto with x25519 crashes - How do i use node experimental modules instead?
@chromaLTS What exactly is the crash/error message?
14 replies
DDeno
Created by oz on 8/18/2024 in #help
Which CLOCK does `Temporal` API implementation use in a deno runtime?
2 replies
DDeno
Created by frazzle on 6/16/2024 in #help
Deno BYOW help with macOS [Solved] and X11
ns_window is the window handle and ns_view is the display handle. on resize, you need to recreate the surface
12 replies
DDeno
Created by Jonas on 2/10/2024 in #help
Compile to exe
import process from "node:process"
import process from "node:process"
Add this import ^
3 replies
DDeno
Created by kakashi_69_xd on 2/8/2024 in #help
deno_bindgen release 9.0
It's on my back burner, there are a few things I want to land before releasing with the new rewrite
4 replies
DDeno
Created by new_hope on 9/24/2023 in #help
When I use crypto in this code, it returns 'Unknown cipher.'
hey, aes-256-cbc is not implemented in node:crypto. can you open an issue on github?
3 replies
DDeno
Created by csjh on 9/3/2023 in #help
DuckDB deno package broken & npm package segfaulting
oh ok, will land it
6 replies
DDeno
Created by csjh on 9/3/2023 in #help
DuckDB deno package broken & npm package segfaulting
the one on /x should work. What’s the initialisation error?
6 replies
DDeno
Created by dj on 7/26/2023 in #help
Node-API related segmentation fault
whats being finalized?
11 replies
DDeno
Created by dj on 7/26/2023 in #help
Node-API related segmentation fault
oh huh
11 replies
DDeno
Created by divy on 12/10/2022 in #help
how can I enable Deno vscode all inlay hints at once?
3 replies
DDeno
Created by jcayzac on 11/3/2022 in #help
FFI how to pass (or get) 128-bit bigints to (or from) Rust functions?
you should convert it into 2 x 64 bit parts
4 replies
DDeno
Created by jcayzac on 11/3/2022 in #help
FFI how to pass (or get) 128-bit bigints to (or from) Rust functions?
It is not possible to safely pass i128 thru FFI https://github.com/rust-lang/rust/issues/54341
4 replies
DDeno
Created by frigjord on 10/29/2022 in #help
How to get complete Deno RAM usage?
Overall memory usage
5 replies