Rhys-T
Rhys-T
I recently ran across a similar issue (#7633) with ``s inside a keyed `{#each}` block - rearranging them would, under _different_ extremely specific conditions, lead to the wrong one (or...
Looks like this is probably an issue with the `AXEnhancedUserInterface` attribute. Full explanation and workaround posted here: https://github.com/Hammerspoon/hammerspoon/issues/3224#issuecomment-1294359070
`getProfile` seems to be returning the wrong profile on my machine, and I think it might be at least partially because of this. I'm using Firefox 104.0 (normal release) on...
Actually, I was wrong: it is still creating just the `*.default-release/.parentlock` file under normal circumstances. For some reason, opening `about:profiles` causes `*.default/.parentlock` to be created, and then left there indefinitely....
I don't use 1Password or Grammarly myself, but they both sound like they would be using the Accessibility API to see what's going on in other apps. Chrome/Chromium and its...
I think that 'revert' function inside `axHotfix` needs to be setting `AXEnhancedUserInterface` back to `true` instead of `false`, to make sure Chrome, etc. keep updating the a11y tree for Grammarly/1Password/whatever....
The only thing I know of is movement and resizing, but I can't say for sure. Doing some experimenting in the Hammerspoon console, it looks like what's happening is that...
Good to know. If that workaround is slowing things down, maybe it shouldn't be built into `hs.window`, or at least should have some sort of flag to enable/disable it.
Possibly related to the lag mentioned above: Chrome apparently has a recent bug ([#1364487](https://bugs.chromium.org/p/chromium/issues/detail?id=1364487)) causing it to lag whenever anything turns its `AXEnhancedUserInterface` attribute off. More discussion in https://github.com/rxhanson/Rectangle/issues/912, since...
It looks like you have a trailing slash after the filename `death-counter.txt`, which would cause the system to think that that's supposed to be a folder/directory instead of a file....