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
{{ message }}
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.
Not only does our ElectionChoices enum have only 2 elements, but they also both evaluate to 0, which I'm certain leads to many other bugs that have been observed. It also makes them very hard to fix. If we added some additional choices into the enum, and ones that were actually different from each other we can at least have a chance at debugging it.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Not only does our ElectionChoices enum have only 2 elements, but they also both evaluate to 0, which I'm certain leads to many other bugs that have been observed. It also makes them very hard to fix. If we added some additional choices into the enum, and ones that were actually different from each other we can at least have a chance at debugging it.
The text was updated successfully, but these errors were encountered: