-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
n
KeyCode for 'next exercise' not working
#2111
Comments
Okay, I got it working, but I am not any smarter because of it 😂 So I'm using NixOS and I had Previously I also wasn't even shown the n button hint below the progress bar, but now I am and it works as expected. |
Huh, weird. If we can reproduce it, maybe we could exit with a helpful message. |
you probably didn't have clippy in PATH (it shows an error while its running). |
I have the same issue. Some notes for myself:
|
A quick search for "Clippy install Rust" in DuckDuckGo leads to https://doc.rust-lang.org/clippy/installation.html which shows you the default installation method: rustup component add clippy [--toolchain=<name>] There is a link to how to compile it from source. Could be helpful if you don't want to use You don't even need to do that if you installed Rust with Now, the problem is that you aren't using I am reopening the issue to check for the availability of Clippy on initialization. I won't be able to get to it before 04.12. though. |
So I've installed
rustlings
successfully and generated the directory of files. I then started and tried to move on from the first exercise, however pressing n is not having any effect. The first exercise doesn't really require any changes to be able to move on, right? And the second one is justprintline -> println
, right? I hope I'm not just missing something simple haha.Anyway, the other keycodes defined here all do work, like h for help or l for list. Once in the list, I can navigate up and down, press c to continue from various exercises, etc.
I tried
6.3.0
with the automatic input recognition as well as6.2.0
where you apparently have to confirm with Enter, both do not work as expected 🤔I'm normally using the latest
kitty
as a terminal withtmux
. But I tried it inkitty
withouttmux
as well as in the latestalacritty
with and withouttmux
, all with the same issue.Anything else I can provide to help debug?
The text was updated successfully, but these errors were encountered: