Labhansh Agrawal

Results 103 comments of Labhansh Agrawal

I've finally got an arm64 device, will start working on this soon

I've opened https://github.com/vercel/hyper/pull/7227 for this Please try the build from that PR and check if it works for you. (you can find it from the checks section or from the...

Thanks for your contribution, I might need some time to get around to reviewing it, your patience is appreciated.

Can't say if this impacts us or not Looks like a bug from chrome https://bugs.chromium.org/p/chromium/issues/detail?id=879929

Can you try removing all plugins and adding them back one by one, to see if it's due to any particular one. hyper-statusline was causing some issues for me earlier.

@jrodl3r can you post your config again, that link is not working.

Both hyperline and hyper-statusline are causing issues at the moment, both of these are using setInterval with small values for either getting time, system resources, etc. and spawning child processes...

> Both hyperline and hyper-statusline are causing issues at the moment, both of these are using setInterval with small values for either getting time, system resources, etc. and spawning child...

Can you all try out the build from https://github.com/vercel/hyper/actions/runs/1049653907 to see if there's any improvement in perf.

There'd need to be some updates in the plugins though. Doing `exec` or `spawn` from renderer is discouraged, it should be done from the main process ideally. Doing it from...