Todd Bealmear
Todd Bealmear
Quick question for @ifandelse - would you accept a PR that lands a TypeScript declaration file in this library? I've been using Machina in quite a few of my TypeScript...
Re: #158 Almost a year after I submitted the initial issue and six months after I took my first stab at this, I've finally got something somewhat useable (big yikes,...
We need to be able to support incrementing or decrementing a Counter by 0. The current code `value || 1` where `value = 0` will always evaluate to 1. This...