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
The description of the countdown_pause_time property states:
countdown_pause_time
The amount of seconds left when countdown to contest start is paused. At no time may both start_time and countdown_pause_time be non-null.
This is inconsistent with the expected/typical use (case) described below the property list:
start_time should be set to null and countdown_pause_time to the number of seconds left to count down.
The description and the typical use case should be consistent and clear in the meaning of countdown_pause_time.
The text was updated successfully, but these errors were encountered:
I'm sorry, I don't see the inconsistency? Could you elaborate?
Sorry, something went wrong.
johnbrvc
No branches or pull requests
The description of the
countdown_pause_time
property states:The amount of seconds left when countdown to contest start is paused. At no time may both start_time and countdown_pause_time be non-null.
This is inconsistent with the expected/typical use (case) described below the property list:
start_time should be set to null and countdown_pause_time to the number of seconds left to count down.
The description and the typical use case should be consistent and clear in the meaning of
countdown_pause_time
.The text was updated successfully, but these errors were encountered: