Chris Powers

Results 3 issues of Chris Powers

So far developing a receiver app has been a pain -- you have to constantly deploy the new receiver code to a server, and then Chromecast seems to aggressively cache,...

The documentation examples omitted this line at the top of each: ``` javascript var AirDrop = require("air-drop"); ``` This should be added to the examples so that it's clear `AirDrop`...

Right now specs fail in Travis CI because the specs try to copy files into node_modules, and Travis doesn't support that kind of file system interaction. We need to update...