Sergei Grechanik

Results 5 issues of Sergei Grechanik

This commit introduces the Unicode placeholder image placement method. In particular: - Virtual placements can be created by passing `U=1` in a put command. - Images with virtual placements can...

### Problem When running neovim in diff mode, the color column is not displayed above the background indicating changes: with termguicolors: ![image](https://github.com/neovim/neovim/assets/1084979/192b3635-ba26-46db-8dea-fb0793fc7eaa) with the `vim` color scheme: ![image](https://github.com/neovim/neovim/assets/1084979/ab0a58cf-c8b0-4f8b-9bee-1c214ead537d) ### Steps...

bug
needs:discussion
complexity:low
highlight
diff

For example, hipspec cannot prove the prop from [here](https://gist.github.com/sergei-grechanik/8150449) unless the type signature for (++) is uncommented. Judging by the *.mlw files, this is due to redundant apps. The bug...

Hi, I've noticed that delta highlights poorly this diff: [deltabug.txt](https://github.com/user-attachments/files/17453082/deltabug.txt) The result: ![Screenshot_20241020_185503](https://github.com/user-attachments/assets/c411e614-7502-4062-9ca6-8cebd5a2c5ed) If I remove a couple of lines in the middle, the pairing is good ([deltabug-ok.txt](https://github.com/user-attachments/files/17453090/deltabug-ok.txt)): ![Screenshot_20241020_185700](https://github.com/user-attachments/assets/6d888dca-9c94-4097-915d-45188a7794ca) delta...

Hi, I'm trying to check if notcurses works with my implementation of the kitty graphics protocol for st (https://github.com/sergei-grechanik/st-graphics). The first issue I see is that notcurses-info freezes on start....

bug