-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
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
jless
crashes when using mouse interactions after running docker compose
#161
Comments
I am unable to reproduce (though I am running a different version of Can you paste the output of |
Before:
After:
Although the outputs of these two Additionally, I have researched these aspects before, and I still haven't figured out what exactly |
Hmm, what if you use A few more ideas:
|
Still crash.
Unfortunately, no. (both iTerm2 and Terminal)
No.
I did not find such a command. This is exactly the point of my curiosity. I really want to know what state Additionally, I'm not familiar with Rust. Would you be willing to help me temporarily create a branch and modify the code to collect the raw data that jless receives from the terminal for debugging purposes? If so, I can help you run it and collect the data. |
I encountered an issue with
jless
where it crashes when I use mouse interactions (clicking or scrolling) after having executed thedocker compose
command in the terminal. Below are the details:Steps to Reproduce:
docker compose up
in a directory withdocker-compose.yml
provided below. (docker compose
should be V2.)curl https://api.github.com/repos/PaulJuliusMartinez/jless/commits -o commits.json
.jless commits.json
.jless
.Expected Behavior:
jless
should function normally without crashing.Actual Behavior:
jless
crashes upon using the mouse for clicking or scrolling.Environment:
docker compose
version: Docker Compose version v2.27.0-desktop.2jless
version: jless 0.9.0 (installed via brew)Additional Information:
htop
andvim
work normally when using mouse interactions after runningdocker compose
.I have attached an asciinema recording showcasing the issue.
https://asciinema.org/a/WatTzwyRfqAWPqBykN6yyr0CA
Error message:
The text was updated successfully, but these errors were encountered: