Earlier quoted context omitted.
> it taking quite a lot of CPU Yes that is fixed. The reason for slow performance + high cpu usage on electron/webkit apps was just the sheer amount of mach ipc calls (from the many many layers) needed to be made to fetch the entire UI element tree. This has been fixed two days ago Heres the solution for those interested: https://github.com/dexterleng/vimac/pull/190 I was also using a bunch of async queues instead of…
Why did you choose to use electron for something so specific to MacOS? Awesome project by the way. This will save my wrists from a lot of pain.
I think you're mistaken. OP is referring to Discord as the webkit/electron app.