We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Padding should have a chance to occur in a few words only, following a few rules.
Rules:
Very rare chance to occur in all the words (~<2%), this rule overrules the next ones
The minimum words, if padding occurs, is 2
The normal maximum words, if padding occurs, when not triggering all the words chance, is 2/3 of the total words
Add setting for chance of padding to occur in all words in module
Add setting for minimum words to occur when padding in module
Add setting for % maximum words to occur when padding in module
Add setting for chance of padding to occur in % of words in module
Implement rules above
Add slider for chance of padding to occur in all words in React
Add input for minimum words to occur when padding in React
Add slider for maximum words to occur when padding in React
Add slider for chance of padding to occur in % of words in React
The text was updated successfully, but these errors were encountered:
filipetedim
No branches or pull requests
Padding should have a chance to occur in a few words only, following a few rules.
Rules:
Very rare chance to occur in all the words (~<2%), this rule overrules the next ones
The minimum words, if padding occurs, is 2
The normal maximum words, if padding occurs, when not triggering all the words chance, is 2/3 of the total words
Add setting for chance of padding to occur in all words in module
Add setting for minimum words to occur when padding in module
Add setting for % maximum words to occur when padding in module
Add setting for chance of padding to occur in % of words in module
Implement rules above
Add slider for chance of padding to occur in all words in React
Add input for minimum words to occur when padding in React
Add slider for maximum words to occur when padding in React
Add slider for chance of padding to occur in % of words in React
The text was updated successfully, but these errors were encountered: