Jim Higson
Results
2
issues of
Jim Higson
Given code like this: ``` javascript // animate two properties simultaneously but add separately: $box.animate({left:300}, {queue:false}); $box.animate({width:100}, {queue:false}); // pause/resume using hover: $box.hover(function() { $box.pause(); }, function() { $box.resume(); });...
Simple example: ```sh npx stmux -- [ -e i_like_pancakes "yes Error" ] ``` * **expected**: Should not be red, because nothing on the console matches our regex * **actual**: Is...