David Schoonover
David Schoonover
Adds a simple CLI tool to decode a file/stdin and write the JSON to a file/stdout, along with updating the README. (Also moves the test files into `/test`).
As I've added to the README: **rchop** _.rchop(string, step) ``` javascript _.rchop('whitespace', 3) => ['w', 'hit', 'esp', 'ace'] ``` Mirrors `_.chop` (and adds `lchop` as an alias for `chop`). Comes...
HSTracker by and large lives invisibly on top of Hearthstone. However, it tends to be the first thing in focus when you alt-tab out of HS due to its need...
Shift-modified glyphs, like `!`, are now automatically translated into their canonical form (in this case, `shift+1`) before event registration. As it stands, this will never fire: ``` js key("$", function(){...
Not that I'm claiming to be so stupid as to have signed up and promptly lost my password, ahem, but I have somehow noticed that http://jamjs.org/packages does not have a...
When filtering for Roads or Rivers, I should be able to say to either (or both): "I want one, but I don't care what kind." To me, that logically translates...
I've been a bad maintainer, bc I have code for... - `BunchBunch` — essentially the same as calling `bunchify()` in the constructor, creating recursive `bunch`es out of sub-dictionaries ... but...
Current doctests do not cover normal operations using a subclass, especially one with a non-trivial MRO.