Hennadii Chernyshchyk

Results 692 comments of Hennadii Chernyshchyk

@hrsh7th sorry for the ping, but I think I know why the solution doesn't work for me. Executing `cmp.select_prev_item()` and `cmp.select_next_item()` in sequence actually results only in the first action....

> Maybe a better request here is to give a way to customize the underline graphic. Maybe underline, dashed, wave, other?? I would render this as undercurl. This is how...

> Note: this isn't strictly true. There are some neovim guis which render it as an underline. Did not know. I used Neovim Qt, Gonvim, firenvim and oni2 - all...

Can reproduce even with https://github.com/nvim-telescope/telescope-fzf-native.nvim

> It did result in a delay again but it was surprisingly shorter Yes, It reduces delay, but it still exits. But there was no such problem before. The issue...

> So this is not an issue if previewer=false? No, still can be reproduced even with disabled previewer.

> Does it get better if you apply this patch: Yes, much better!

> So its the scrolling. A faster entry_manager (better datastructure and/or compiled code) will probably be necessary. Got it. Can we have `self.max_results = popup_opts.results.height` as a temporary fix?

> we kinda cant because then we will need to reopen #42 . That's bad. Hope that the performance issues will be resolved soon.

> BTW, How is helix-editor's file picker so crazzzy fast? It doesn't even take an eye-blink to search through and open files. This is because helix is in Rust (compiled...