You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to address this issue and add support for long words.
It goes into an infinite loop when given a file with exclusively long words (length > 8). Link to line. This issue may also occur for files all filled with single chars or containing non-ASCII chars.
Hi there,
I want to address this issue and add support for long words.
It goes into an infinite loop when given a file with exclusively long words (length > 8). Link to line. This issue may also occur for files all filled with single chars or containing non-ASCII chars.
Replicate:
At the least, it shouldn't hang. I don't know how best to handle this yet.
To support long words would you want to add a config (instead of this)? Or remove this check if the source is a custom word list file?
The text was updated successfully, but these errors were encountered: