Hacker News new | ask | show | jobs
by c-hendricks 264 days ago
It's not limited to Electron applications:

https://github.com/neovide/neovide/issues/3225

Other Tahoe issues with non-Electron apps:

https://github.com/zed-industries/zed/issues/33182

https://github.com/wezterm/wezterm/issues/7255

3 comments

One-liner for electron developers to fix the issue:

browserwindow.setHasShadow(false)

GPU load bug and Autofill bug are two separate, completely unrelated issues.
Correct! That's why I listed them under "other". One seems to be their new SMS 2FA functionality causing high CPU usage, the other seems to be private window APIs causing high GPU usage.