Chad Lee
Chad Lee
I spent a good hour trying to figure this out until I found #61. `flux` it is not available on the react context unless you explicitly include it in `contextTypes`:...
I had to disable the tests for now in `YahooGeocoderTest` due to this issue. Not sure at which point they broke or exactly what the issue is. But either way,...
It would be nice to have a method on SemVersion that would determine whether or not the version satisfies a particular version string. E.g. ``` cs SemVersion ver = new...
From [the comment here](https://github.com/nodejs/node-gyp/pull/970#issuecomment-229361954), it seems like installing `windows-build-tools` should also install the Windows SDK 8.1. From a win 10 machine, I ran (from administrator cmd prompt): ``` npm install...
Show progress bars and better formatting  When writing logs to the console, the formatting of the items processed and also the _Press q to quit_ gets all janked up....
Upgrading my ink app to v3 and my use of the `Divider` component is throwing: ``` Element type is invalid: expected a string (for built-in components) or a class/function (for...