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
We should add some methods to indicate correctness for problems.
Historically, the way I've done this is to add a GB[1] property to the nodes. https://github.com/Kashomon/glift-core/blob/master/src/rules/problems.js has more ideas -- it's even more flexible. A problem is correct if some number of conditions are satisfied.
GB[1]
The text was updated successfully, but these errors were encountered:
Would it make sense for this to be a part of katalyze/processor.go?
Sorry, something went wrong.
I think https://github.com/otrego/clamshell/tree/master/core/problems
nelsonjhk
No branches or pull requests
We should add some methods to indicate correctness for problems.
Historically, the way I've done this is to add a
GB[1]
property to the nodes. https://github.com/Kashomon/glift-core/blob/master/src/rules/problems.js has more ideas -- it's even more flexible. A problem is correct if some number of conditions are satisfied.The text was updated successfully, but these errors were encountered: