Justin Su
Justin Su
> Chrome is `cmd+option+(left|right)`. (on macOS) Chrome also uses ctrl-page_up/down (ctrl-fn-up/down). And if you add shift, it will move the current tab one to the left/right.
> On Ghostty specifically you can avoid the timeout and thus the issue by setting `clipboard-read = allow` in `~/.config/ghostty/config`. The default is `clipboard-read = ask`, but I think the...
> micro has already received an error as it only waits for 200ms. Pinging the remote server shows ~270ms latency. Would that be causing the problem?
@lwouis I opened a new issue because it seems unrelated to the original one. Spindump: [Spindump.txt.zip](https://github.com/user-attachments/files/24070175/Spindump.txt.zip) I was able to reproduce it like this: 1. Quit AltTab 2. `sudo tccutil...
I can no longer reproduce on 7.38.1, so I didn't test the local build. I also haven't been experiencing hanging when waking from sleep for some time now (likely before...
For those who are impatient, I've built a Nerd Font version of Monaspace 1.301 using font-patcher 4.20.5 and fontforge 20230101. Remove the .txt extension because GitHub is dumb. [Monaspace.7z.txt](https://github.com/user-attachments/files/22163506/Monaspace.7z.txt) [Monaspace.tar.xz.txt](https://github.com/user-attachments/files/22163507/Monaspace.tar.xz.txt)
> [@injust](https://github.com/injust) would you consider opening a PR with the updated fonts? The patched fonts are only distributed in releases (and not actually committed to the repo), so a PR...
> Do you have any new information that now casks may reference xzs? No, but I saw quite a few casks with `.tar.xz` URLs (https://github.com/search?q=repo%3AHomebrew%2Fhomebrew-cask+%28%22.tar.xz%22+OR+%22.tgz%22%29&type=code). In the [Homebrew discussion](https://github.com/orgs/Homebrew/discussions/6357), their...
Might be related, but I find AltTab is sometimes not responding when my MBP wakes from sleep. In the Activity Monitor, it's burning through CPU: If I run AltTab (to...
My gut feeling is that it's some sort of race condition when quitting an app or closing a window, immediately after using AltTab. I've reproduced it once or twice, but...