Kasper Hirvikoski
Kasper Hirvikoski
@lukesmurray Thanks! I appreciate the kind words!
Hey! đ Can you try `#!/usr/bin/env babel --no-babelrc`? Moreover, do you need Babel? macOS 12 supports modern JavaScript.
@okgolove Hey! I tested this out and it works for me with `#!/usr/bin/env babel`, but I have the old Homebrew install location. `/usr/local/bin` is automatically appended to the env, so...
More generically I think we should add basic support for detecting gestures and touches.
@mafredri Good feedback, I like it, thanks! đ I will try to capture some of these.
Hmm, interesting. `App#windows()` asks the Accessibility API to return all windows. No tricks. I wonder if this is considered by Apple as the desired result.
Oh, and a quick hint. `App.get(appName)` might be handy.
I think this is again caused by the âDisplays have separate Spacesâ option being disabled. If that is the case, Iâm not sure what we can do about it. Could...
@rjlasko I havenât encountered this before and definitely have been able to get windows from different Spaces. (For example `Space#windows()` wouldnât work otherwise. Including many other APIs.) Could this be...
@rjlasko Ok, sorry I retract my previous comment â I probably have only tried fetching windows from different but active spaces. I actually can reproduce this and guess what, unfortunately...