-
Notifications
You must be signed in to change notification settings - Fork 8
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
tui crashes sometimes :/ #55
Comments
i'm not able to reproduce this error with the following install of Nushell and
|
I'm on 0.93.1 in Windows now and so I've changed the cargo.toml to use my dev branch of nushell. nuon = { package = "nuon", path = "../nushell/crates/nuon", version = "0.93.1" }
nu-plugin = { package = "nu-plugin", path = "../nushell/crates/nu-plugin", version = "0.93.1" }
nu-protocol = { package = "nu-protocol", features = ["plugin"], path = "../nushell/crates/nu-protocol", version = "0.93.1" } No issues on Windows. I can't repro the issue here.
|
@fdncred does this dev branch include a patch that could have solved the issue? |
It includes whatever is in your latest main branch. I made sure to pull the latest changes. I may be isolated to MacOS. |
the error
reproduce
i'm not sure how to reproduce this...
just press keys and that should happen at some point 😬
The text was updated successfully, but these errors were encountered: