fredizzimo
fredizzimo
It looks like the `LANG` environment variable is not properly setup https://emacs.stackexchange.com/questions/63802/cannot-use-pbpaste-in-emacs-to-paste-chinese-characters https://apple.stackexchange.com/questions/130786/writing-special-characters-to-the-clipboard-with-the-command-line I'm not sure how that's set on macOS, but you probably need to add it to `.zprofile`....
Actually, you might have to set it in `init.lua`. I'm not sure why it works in the terminal though * https://github.com/neovim/neovim/issues/18292
Closing as not a Neovide bug
This was also reported for Neovide here https://github.com/neovide/neovide/issues/3071. But, also in that case it's Neovim that crashes. You can probably work around the bug to not make it crash, but...
This Neovim bug is probably the same https://github.com/neovim/neovim/issues/33176
The error comes from Skia, when it takes too long to create the rendering pipeline. I'm not sure that there's anything we can do about it, unless it's repeatable. I...
It's possible that we should just ignore the error and try again the next frame we want to render, see https://discourse.libsdl.org/t/sdl-metal-deal-better-with-cametallayer-nextdrawable-returning-nil/33386 @crupest. Is this something you can look into at...
> 1. Just set `allowsNextDrawableTimeout` to `false`, then it will never return nil and wait forever until a new one can be created. > 2. Just call `nextDrawable` repeatedly in...
I think you should be able to set `self.should_render = ShouldRender::Immediately` in the update loop.
It looks like Kubernetes is failing [logs.zip](https://github.com/user-attachments/files/17166159/logs.zip) From `rancher-desktop-guestagent.log` ``` 2024/09/27 18:03:50 [INFO] Starting Rancher Desktop Agent in [AdminInstall=true] mode 2024/09/27 18:03:50 [FATAL] failed to send a static portMapping event...