27Onion Nebell
27Onion Nebell
> In the meantime, you could bind saving the file to a keybind while in insert mode. For example, you can use `Ctrl-s` to save while in insert mode using...
> What would you want to trigger the auto-save? Some amount of idle time? just like what vscode does
> https://code.visualstudio.com/docs/editor/codebasics#_save-auto-save > > Looks like there are different auto save modes. `afterDelay`, i mean
> oh really? I'm going to have a try.
Super Mario Maker 2 (ver. 1.0.0) is crashing on M1 MacBook Pro after a while in Ryujinx 1.1.1115 (which is the latest update as I'm writing this issue) Crash Report:...
> Super Mario Maker 2 (ver. 1.0.0) is crashing on M1 MacBook Pro after a while in Ryujinx 1.1.1115 (which is the latest update as I'm writing this issue) >...
I'm referring to this: https://github.com/khanshoaib3/minecraft-access/blob/ee82d1ca0f9b36067e07bcf5d49c0ba9b15c6927/common/src/main/java/com/github/khanshoaib3/minecraft_access/utils/MouseUtils.java#L42-L60 and this part as well: https://github.com/khanshoaib3/minecraft-access/blob/ee82d1ca0f9b36067e07bcf5d49c0ba9b15c6927/common/src/main/java/com/github/khanshoaib3/minecraft_access/utils/MouseUtils.java#L84-L191 They only handle the operation for Linux and Windows, but on macOS neither `OsUtils.isLinux()` nor `OsUtils.isWindows()` returns true, resulting...
> There might be more things to do for compatibility with macOS. For example, I found out that the Narrator does not have a macOS version...... the Narrator calls native...
Oops. I occurred the same problem, too
> Same problem on my MacOS Sonoma if I select Java 21 as target version, but vscode-java works without problem. It's weird that changing to Java 17 and running `git...