Kasper Hirvikoski

Results 139 comments of 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...