divy
divy
DDeno
Created by Nestum on 10/17/2024 in #help
Create a desktop app using Deno + Svelte with Compile
there is a webview library that you can try https://jsr.io/@webview/webview
7 replies
DDeno
Created by Nestum on 10/17/2024 in #help
Create a desktop app using Deno + Svelte with Compile
I think you want something similar to Electron/Tauri that can embed your web app into a browser instance? deno compile simply embeds source code into a self contained executable. it doesn't do rendering on its own.
7 replies
DDeno
Created by FutureLights on 10/19/2024 in #help
Deno Compile Exe doesn't run
yes
6 replies
DDeno
Created by FutureLights on 10/19/2024 in #help
Deno Compile Exe doesn't run
yup @snek is working on a fix https://github.com/denoland/deno/pull/26389
6 replies
DDeno
Created by Naokim on 10/17/2024 in #help
Settings an icon with deno --compile
@Naokim can you open an issue if there isn’t one already?
6 replies
DDeno
Created by Naokim on 10/17/2024 in #help
Settings an icon with deno --compile
I wasn’t able to reproduce on windows but I think I know what might be happening
6 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?
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