You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using fuzzy search to find context or namespace, selecting with arrows works fine, but when you start to search by typing the visualization glitches:
To Reproduce
enter kubesess context or kubesess namespace
start typing to search
Search works fine but the visualization glitches (letters arent cleared properly)
Expected behavior
See visual of clear screen with only the search hits visible, not floating characters (like fzf)
Screenshots
Desktop (please complete the following information):
OS: Fedora
Kubesess Version 2.0.1
Shell: zsh (also tested in bash shell)
Terminal: tested in both Gnome terminal and Alacritty
Additional context
I see the tool opted to use an own implementation of fuzzy searching instead of relying on fzf, perhaps it's this more recent change?
The text was updated successfully, but these errors were encountered:
Should be fixed in #64! I updated the version for skim (the crate that does the fuzzy search) and I don't see any ui glitching anymore!
Reopen this issue if you are still experiencing issues!
Describe the bug
When using fuzzy search to find context or namespace, selecting with arrows works fine, but when you start to search by typing the visualization glitches:
To Reproduce
kubesess context
orkubesess namespace
Expected behavior
See visual of clear screen with only the search hits visible, not floating characters (like fzf)
Screenshots
Desktop (please complete the following information):
Additional context
I see the tool opted to use an own implementation of fuzzy searching instead of relying on fzf, perhaps it's this more recent change?
The text was updated successfully, but these errors were encountered: