-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
[BUG] Crashes when the "cursor buddy" beats you... #78
Comments
Damn.. Cursor buddy be doing some real damage there lol Thanks for trying out Smassh <3 |
Hey @samuelj123, I cannot reproduce this behavior (although cursor buddy vanishes) for both time and word mode. python -c "import appdirs; print(appdirs.user_config_dir('smassh'))" You can run the above command to get the location of the config dir. Inside which, will be a file called |
Just adding to avoid any confusion, the commit (before my comment), doesn't fix this issue, I mistakenly wrote 78 instead of 75 |
Sorry for the delay... {
"data": [
{
"mode": "words",
"count": 30,
"start_time": 1707189131.3083422,
"elapsed_time": 23.058086156845093,
"wpm": 75,
"raw_wpm": 75,
"accuracy": 100,
"failed": false
},
{
"mode": "words",
"count": 30,
"start_time": 1707189241.9093516,
"elapsed_time": 23.416937112808228,
"wpm": 13,
"raw_wpm": 74,
"accuracy": 18,
"failed": false
},
{
"mode": "words",
"count": 30,
"start_time": 1707189586.3821304,
"elapsed_time": 22.5915789604187,
"wpm": 74,
"raw_wpm": 77,
"accuracy": 96,
"failed": false
},
{
"mode": "words",
"count": 30,
"start_time": 1707190641.2839632,
"elapsed_time": 24.710692167282104,
"wpm": 69,
"raw_wpm": 70,
"accuracy": 98,
"failed": false
}
]
}
|
Hey @samuelj123! My comment was incorrect. I updated the command :) |
Hey @kraanzu , so technically all I need to do is just run |
Ah no I meant the command in the previous comment I made. The text file which you just share is the log data and not the config
|
Ah! Right {
"difficulty": "normal",
"blind_mode": false,
"min_speed": 0,
"min_accuracy": 0,
"min_burst": 0,
"force_correct": false,
"confidence_mode": "off",
"capitalization_mode": "off",
"cursor_buddy_speed": 30,
"tab_reset": "on",
"language": "english",
"numbers": false,
"punctuations": false,
"mode": "words",
"words_count": 30,
"time_count": 30,
"caret_style": "block",
"writing mode": "words",
"theme": "dracula"
} |
Awesome! I'll check it out Edit: Ok I can confirm that its crashing! |
Yep!! All fixed! Starring away |
Describe the bug 🐛
If the "cursor buddy" finishes the typing before I do, it crashes and throws up a whole bunch of errors.
To Reproduce 🐣
Expected behavior 🤔
It crashes...
Screenshots 🧐
Your operating system name
Ubuntu on WSL
Your operating system version
No response
Additional context 📝
No response
The text was updated successfully, but these errors were encountered: