Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
1,599 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 18 commits in 3 repositories
Created a pull request in math-blocks/math-blocks that received 2 comments
Accumulate mistakes we detect in the context objects
This allows us to say why a particular step is wrong.
TODO:
communicate mistake.message to the user in the step-checker demo
include which nodes…
Opened 10 other pull requests in 2 repositories
math-blocks/math-blocks
7
merged
- move demo out of packages folder
- Update storybook
- Div by one
- Improve addInverse by including zeros in the check's newPrev
- Add rule to move negation inside a mul node
- refactor checkIdentity to handle things in a forward direction
- Add 'status' prop to Result type so that we can track correct vs. incorrect results
Reviewed 1 pull request in 1 repository
Khan/wonder-blocks 1 pull request
Created an issue in math-blocks/math-blocks that received 1 comment
Change parsing of negation nodes
Currently we parse -7x as (mul (neg 7) x). I'd like to switch to this to be (neg (mul 7 x)). In order of step-checker test cases to continue passin…

