You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm adapting the AppWindowSwitcher spoon for some personal use-cases (i.e., windows without bundle-ids), and one tactic I'm doing is recording the creation/deletion of windows. However, this line takes around 10-15 seconds:
Is there a way to speed up this instantiation? I don't think coroutines are feasible, at least not from my user-code, since this is a single call where I cannot add/control things like yield.
Admitteldy I'm new to lua (not programming), so if I'm missing something obvious, my apologies. Thanks!
The text was updated successfully, but these errors were encountered:
I'm adapting the AppWindowSwitcher spoon for some personal use-cases (i.e., windows without bundle-ids), and one tactic I'm doing is recording the creation/deletion of windows. However, this line takes around 10-15 seconds:
Is there a way to speed up this instantiation? I don't think coroutines are feasible, at least not from my user-code, since this is a single call where I cannot add/control things like
yield
.Admitteldy I'm new to lua (not programming), so if I'm missing something obvious, my apologies. Thanks!
The text was updated successfully, but these errors were encountered: