fredizzimo
fredizzimo
Hm, I don't know why the gamebar does not work, but maybe it has problems with opengl, or some graphics driver incompatibility issue. The alternate mode, would be the one...
It looks like scoop has some autoupdate action already https://github.com/ScoopInstaller/Extras/blob/master/bucket/neovide.json
Does it work on X11? On Wayland the arguments seem to be swapped here https://github.com/neovide/neovide/blob/1db63d93b18cc1eb5ac5b3e67b3ca63505f10800/src/window/mod.rs#L193-L200 see https://docs.rs/winit/0.29.15/winit/platform/wayland/trait.WindowBuilderExtWayland.html. Could someone swap the order and see if that fixes the issue? I...
I think this is caused by a slightly rushed fix in * https://github.com/neovide/neovide/pull/2238 As predicted here https://github.com/neovide/neovide/issues/2203#issuecomment-1878215408 I will look at this in detail and make a proper fix next...
@z33ky I'm unable to replicate the issue, it looks like you are using some plugin that causes the text to be in a floating window that is "re-positioned" each time...
I was probably wrong, and it was a popup menu that caused the `win_float_pos`. But, I'm still not sure how to reproduce.
I have now studied the logs in more detail, and came to the conclusion that I was totally wrong about the cause. This is in fact a Neovim bug. We...
Thanks, I will try to reproduce it and report it based on this information. The mouse cursor issue is a known bug, but I'm not sure if it is reported....
I think we are missing some information here. What does cargo bundle not support? And which PRs are you talking about?
Ah, I see. I will search around if there are some alternatives to cargo bundle. The status of the projects says "very early alpha", and if the maintainer doesn't have...