We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When upgrading from 0.22.0 to 0.22.1, I noticed a lag when showing files tab (Files [3]), which was absent in 0.22.0.
To Reproduce
~/Code ❯ git clone https://github.com/extrawurst/gitui.git Cloning into 'gitui'... cd gitui ~/Code ❯ cd gitui/ [master:ca19d42 ] ~/Code/gitui ❯ gitui_0.22.1 --version gitui 0.22.1
Expected behavior Expected the same behaviour as what was present in past versions: quasi instantaneous display of the files.
Screenshots asciinema film/capture showing the difference between 0.22.0 and 0.22.1:
Context (please complete the following information):
The text was updated successfully, but these errors were encountered:
Please compare again via switching to the tab after the app start. In your comparison the app start mode hide the lag in 0.22.0.
because this is exactly what I addressed in 8e8c5fa
Sorry, something went wrong.
Hum, problem persists AFAICT:
6c4ee56
fixed. I forgot the debug code in there :(
remove debug sleep (fixes gitui-org#1451)
893168e
No branches or pull requests
Describe the bug
When upgrading from 0.22.0 to 0.22.1, I noticed a lag when showing files tab (Files [3]), which was absent in 0.22.0.
To Reproduce
Expected behavior
Expected the same behaviour as what was present in past versions: quasi instantaneous display of the files.
Screenshots

asciinema film/capture showing the difference between 0.22.0 and 0.22.1:
Context (please complete the following information):
The text was updated successfully, but these errors were encountered: