fredizzimo

Results 1393 comments of fredizzimo

This should be fixed by https://github.com/rust-windowing/winit/pull/3486. If you know how to, you can test it out.

https://github.com/rust-windowing/winit/pull/3486 has been merged, if someone wants to try building with winit master. But we will need to wait for the next winit release for a more permanent fix.

This should be fixed by: * https://github.com/neovide/neovide/pull/2443

> Hmm.. On my laptop, this is very laggy and considerably less smooth. I haven't done any more investigation to find the cause yet, but I figured I should mention...

@A-Lamia, I just pushed the re-based version. I had already done it locally, so it was easy.

I will create a new PR for the refactoring part first to make things easier to review. Then there might be some small cleanup needed. And I think we should...

The code could also be a lot cleaner if we switch to `windows-rs` first? Should we do that?

Can you test this with v3 of indent-blankline? I believe you are still using v2, because of the name of the highlight groups. We probably need a log from v3...

@echasnovski The bug seems to be unique to ui clients that enable the ui extension `ext_hlstate` https://neovim.io/doc/user/ui.html#ui-hlstate I think the actual bug is in Neovim, but something in the plugins...

Could someone create a minimal reproduktion template with `mini.indentscope`? https://github.com/neovim/neovim/blob/master/contrib/minimal.lua We also need a logfile with that. Then we should be able to properly report the bug to Neovim. It...