Von Welch
Von Welch
I'm seeing similar behavior: no detection of video going active/inactive and detection of audio seems inconsistent. Primarily testing with Zoom, but also Photo Booth. Big Sur 11.4. MacBook Air (13-inch,...
Perhaps helpful? ``` ❯ log stream --predicate 'process=="AppleCameraAssistant"' Filtering the log data using "process == "AppleCameraAssistant"" Timestamp Thread Type Activity PID TTL 2021-07-09 21:37:29.695808-0400 0x101a Activity 0xb5f0c2 486 0 AppleCameraAssistant:...
Thanks for the response. I have my config in a private repo and it's rather large (>4000 lines total). if you are really serious about wanting to look through it,...
FYI, I don't explicitly use `hs.window.filter.defaultCurrentSpace:getWindows()` but do use the `getWindows()` method on `hs.window.filter` objects in various callbacks in such a way it could be the problem.
Exploring the [hs.menubar documentation](http://www.hammerspoon.org/docs/hs.menubar.html) I'm not finding any apparent way to only change the menubar icon when a modifier key is pressed if menu is being displayed. I could see...
I'm also seeing the same issue with the `hs.audiodevice.watcherCallback` seemingly never being called with 0.9.97 (6267). I suspect related, I'm seeing some strangeness with the state of the watcher apparently...
I'm also seeing this problem. If I set `status-show-untracked-dirs = yes` after tig starts, it works as expected or if I set it via a script and `TIG_SCRIPT` it works...
So, I did confirm that with 2.5.6 having `showUntrackedFiles = true` in git config causes tig to behave as expected. But as I read the [git-config documentation](https://git-scm.com/docs/git-config), the allowed values...
Confirming fixed in 2.5.7
At some point between 0.9.97 and 0.9.100 (6815), `hs.audiodevice.watcherCallback` apparently started working again. I still see the same strangeness with the watcher state I describe in [my comment above](https://github.com/Hammerspoon/hammerspoon/issues/3057#issuecomment-1284207102).