Felipe Linares
Felipe Linares
+1 have this exact issue on macOS. Can fix by running on node 14
Any update on this? Some of our other dependencies (lodash in particular) don't support node 15, only node 14/16. But we need 15+ for ARM builds so 16 would be...
> I use electron-builder to build my app from macOs for windows and macOS and I use bytenode to compile main and preload source. Starting with electron v26 I get...
@luppiale I actually got it working by downgrading bytenode to 1.4.1. Since I'm on Electron 30 which runs on Node v20.11 I looked for the oldest commit that supported node...
+1, it used to do it properly before the PRs went into threads and having this no longer mention authors sometimes slows down our workflow.
Looks like it has to do with runtime.Enable() here: https://github.com/chromedp/chromedp/blob/79abe0af356a869d2a4cbdb8a80f6a6d2017f522/chromedp.go#L442 If you add a disable command in the original src after it uses the runtime, it seems to be fixed....
> I have also noticed that the Slack application (whether installed via `slack-desktop` or `slack-desktop-wayland`) is unstable when `wl-clip-persist` is running; the app will be reported as "not responding" seemingly...
https://github.com/Linus789/wl-clip-persist/issues/22 Seems it may be fixed in upcoming wl-clip-persist release thanks to an in-depth bug report by another Omarchy user 😄