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
When creating round robin with lets say 16 teams with names like Team 1, Team 2, ... it creates some BYE-Entries for me.
The text was updated successfully, but these errors were encountered:
I removed "BYE vs. BYE" matches (#50) and I thought keeping "Team vs. BYE" was good, but you are right, it can be misleading.
I will remove them too I think.
Example:
Sorry, something went wrong.
This was because of groupCount being a string instead of a number.
groupCount
In this line: https://github.com/MrFastDie/brackets-viewer.js/blob/0bd9446bf16a23410b600d423b538420f915b151/demo/index.html#L122
Related to #105
Drarig29
No branches or pull requests
When creating round robin with lets say 16 teams with names like Team 1, Team 2, ... it creates some BYE-Entries for me.
The text was updated successfully, but these errors were encountered: