Skip to content
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

Fix bugs below 10 WPM #37

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Fix bugs below 10 WPM #37

wants to merge 1 commit into from

Conversation

adlai
Copy link

@adlai adlai commented Jun 11, 2024

Fix #36

Before, lowering the WPM below 10 would make it only possible to crash the program by lowering all the way to zero; now, the WPM is capped above zero, rises by one until ten, and pauses when lowering below one. It is reasonably intuitive and an edge case anyways.

Fix pasky#36

Before, lowering the WPM below 10 would make it only possible to
crash the program by lowering all the way to zero; now, the WPM is
capped above zero, rises by one until ten, and pauses when lowering
below one. It is reasonably intuitive and an edge case anyways.
Copy link

@RGBCube RGBCube left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@adlai
Copy link
Author

adlai commented Oct 11, 2024

I don't consider this LGTM, it is incredibly hackish and does not configure the dense text behavior reliably for someone who would want to configure the slow reading behavior from toplevel variables.

@adlai adlai marked this pull request as draft October 11, 2024 05:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Illegal division by 0
2 participants