Chad Lee

Results 6 issues of 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`:...

question
docs
outdated

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,...

bug
accepting-pull-requests

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...

enhancement
clarification-needed
comments-wanted

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 ![screenshot](https://user-images.githubusercontent.com/1761510/88401124-f0f72400-cd8e-11ea-8c2d-a0275eab20f8.png) When writing logs to the console, the formatting of the items processed and also the _Press q to quit_ gets all janked up....

enhancement

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...