Paulo Roberto Albuquerque
Paulo Roberto Albuquerque
> I created an issue to replace it in enigo [enigo-rs/enigo#249](https://github.com/enigo-rs/enigo/issues/249) PR with the replacement of `objc` with `icrate` was merged in https://github.com/enigo-rs/enigo/pull/250.
I'm also experiencing the same issue, currently on Sonoma 14.2.1. Restarting the app fixes the issue.
I've managed to come up with a temporary solution to restart the app every few hours, here is how to do it: In some directory in you home dir (mine...
The issue also happens on Red Hat Enterprise Linux 9.4. Adding the `-S` flag fixes the problem. I'll test in macOS today.
> The issue also happens on Red Hat Enterprise Linux 9.4. Adding the `-S` flag fixes the problem. > > I'll test in macOS today. I've tested on macOS, and...
I was experiencing the same problem with YAML files being auto formatted (even with `format_on_save: false`) with $4$ spaces, even with `tab_size: 2` for YAML language specifically. I've discovered that...