-
HammerGit[hammerspoon] ykswang commented on issue #2157: nothing changed with 0.9.76… Hammerspoon/hammerspoon #2157#issuecomment-540271542
-
HammerGit[hammerspoon] latenitefilms opened issue #2206: [Catalina] Crash - MJConsoleWindowController.m line 74 Hammerspoon/hammerspoon #2206
-
HammerGit[hammerspoon] latenitefilms commented on issue #2206: Maybe related to the `snapshot()` errors:… Hammerspoon/hammerspoon #2206#issuecomment-540316564
-
HammerGit[hammerspoon] cmsj commented on issue #2206: I don't immediately understand why this would be crashing, we're just asking an NSTextView to scroll itself.… Hammerspoon/hammerspoon #2206#issuecomment-540437309
-
HammerGit[hammerspoon] cmsj commented on issue #2205: Thanks for reporting that. I can also reproduce this error in 10.15.… Hammerspoon/hammerspoon #2205#issuecomment-540451535
-
HammerGit[hammerspoon] cmsj commented on issue #2157: I get the same result as you if I just paste your print commands into the console, but the reason for that is because `hs.location.start()` doesn't… Hammerspoon/hammerspoon #2157#issuecomment-540452103
-
HammerGit[hammerspoon] ahmedelgabri commented on issue #2205: Can this be also related to the new Catalina partitioning? That all Data are now inside `/System/Volumes/Data/`? Hammerspoon/hammerspoon #2205#issuecomment-540464209
-
HammerGit[hammerspoon] ykswang commented on issue #2157: It worked with sleep 1 sec, tks ! Hammerspoon/hammerspoon #2157#issuecomment-540476908
-
kbaI think hammerspoon.org/docs/hs.window.filter.html is broken
-
kbaI'm trying to use hs.hins.windowHints, but only using visible windows
-
kbaAccording to the documentation, wf.new{'Terminal','iTerm2'} should give all my terminal windows. It doesn't seem to do that
-
kbahs.hints.windowHints(hs.window.filter.new{'iTerm2'}) shows me no windows
-
kbaif I do hs.hints.windowHints(hs.window.filter{'iTerm2'}) on the other hand (no new), it does work... But that isn't what the documentation says
-
kbaWhat I really want to do is to just use windowsHints with only my visible windows
-
kbaSo I figured I could use `hs.hints.windowHints(hs.window.filter{override={visible=true}})`, but that also does nothing
-
kbaOh, turns out I can kind of just use `hs.hints.windowHints(hs.window.visibleWindows())`! Neat. But it still seems as if there's an issue with the filter, and yes, I know it's experimental. :)
-
HammerGit[hammerspoon] cmsj commented on issue #2205: @ahmedelgabri I think that's unlikely, but it's entirely likely that that change affects us in some other ways that we haven't discovered yet :) Hammerspoon/hammerspoon #2205#issuecomment-540501707
-
Ngkba: I wonder if that's iTerm being weird - it's one of the apps that doesn't always show up with the same name, depending on which system APIs you use
-
Nghmm, although it looks like that ought to work