Erik Onarheim
Erik Onarheim
Interesting, theoretically that version is supported by `eslint` according to their readme https://github.com/eslint/eslint Node 16.15.0 seems to working for me. Upgrading Node might be a workaround for you? I think...
@RyanGrieb thanks for the PR! I'll have some time to look this over this week sometime👍
@RyanGrieb the code looks good to my eyes! Exactly what I would have expected There is one failing test, I'm trying to figure out why the text generated is slightly...
@RyanGrieb Actually! I believe the PR code is more correct the `resetTransform()` prevents the context transform from being corrupted with previous calls to `_applyFont()` which is a problem in the...
> I'm not sure how you'd like me to correct the failing test. Should I replace the image? Also, how would I individually run the test 722 and visually look...
@RyanGrieb This is looking great! Let me know when you're ready for review > Weird spacing on the left side though, not sure if it's supposed to be like this....
Hi @bbjay please do make a PR Just to be clear is the goal just to re-run the start state `on()` handlers on `reset()`? If so I think your proposed...
@chocolateboy Yikes, I'll take a look.
These are very cool! I definitely think this feature should be in TypeState. Found some really good reference on wikipedia https://en.wikipedia.org/wiki/UML_state_machine I can definitely see how these can model more...
Definitely, I think this is a good idea. How about having a method called `onTransition(from:T, to:T)` available for overriding?