Remix.run Logo
c-hendricks 10 hours 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

mikamika83 8 hours ago | parent | next [-]

GPU load bug and Autofill bug are two separate, completely unrelated issues.

c-hendricks 6 hours ago | parent [-]

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.

mrtesthah 9 hours ago | parent | prev [-]

This might be the fix: https://github.com/ghostty-org/ghostty/pull/8625/commits/431...

taroth 6 hours ago | parent [-]

One-liner for electron developers to fix the issue:

browserwindow.setHasShadow(false)