zbyna

Results 49 comments of zbyna

>Can you tell on which screen your getting this issue. @jainMadhur42 here: ![GitHawk Upload by zbyna](https://i.imgur.com/7zqpDty.jpg) Sent with GitHawk

I may not understand this issue but in my opinion encoding does not play the role here. I encounterred this issue time ago and I had to change line endings...

OK. We are on the same boat. It is not a solution to change line endings for proper LSP functioning. To avoid confusion, here is video how LSP behaves with...

From [Will open() function change line-endings in files? ](https://discuss.python.org/t/will-open-function-change-line-endings-in-files/7150/6) on python.org : ``` Assuming that you have CRLF endings in your file, the logic is: When reading, you will get...

Added fix for not showing Exception type in emailed html.

Thanks for nice fix @sricks :thumbsup:

@risa2000 Probably I did not express clearly the fact that shortcuts `Ctrl-[` and `Ctrl-]` work in plain `Neovim` and `Neovim QT` on Czech keyboard on Windows. When I use the...

@fredizzimo Thanks for explanation. I will try to create an issue related to https://github.com/rust-windowing/winit.

Issue created: https://github.com/rust-windowing/winit/issues/3621

Since Winit team does not respond, I created a temporary naive fix in my neovide fork https://github.com/zbyna/neovide/commit/c12b001e7c4f156b4cd896e6ed69c90ab4c137b8 . I am not daring to fix Winit because I have no experience...