Chris Jones
Chris Jones
If you open the Hammerspoon console and run: `hs.window._timed_allWindows()` you'll almost certainly see that one application is taking multiple seconds to respond. Either one of your apps added a new...
Huh, that's really odd, we're supposed to ignore WebContent because it's known to respond slowly: https://github.com/Hammerspoon/hammerspoon/blob/master/extensions/window/window.lua#L85
`auxgetstr()` is called in only two Lua functions, `lua_getglobal` and `lua_getfield`, both of which are called in `fileDroppedToDockIcon`, for accessing `hs.fileDroppedToDockIconCallback`. I wonder if someone has put something other than...
How reproducible is this, btw?
@latenitefilms is this in Sentry perchance?
Never mind, I was able to reproduce. This crash happens if `__index` in the `hs` metatable is something other than a function. As to *why* that is happening, I don't...
@latenitefilms is this still occurring? It's possible someone is unintentionally messing up their `hs` metatable.
`hs.eventtap` can emit keystrokes of your choice, so you could try that, but macOS may not consider it for the accessibility shortcut.
@Habbie could we have this again, without the `/usr/bin/env` change, since that's now been handled by #2798
~~Isn't this broken on ARM macs? I think we hardcode /usr/local and that's less correct on ARM macOS? Homebrew at least uses /opt on Apple Silicon.~~ I'm wrong, it works...