Chris Powers

Results 12 comments of Chris Powers

Can you elaborate? I'm not sure what you mean -- Greenscreen doesn't currently do any uploading.

Hey Jon, Unfortunately while we had created the form UI for selecting multiple layout options, we've only implemented the single cell layout so far. The screenshots are from before we...

Here's a [guide to setting up Node on Windows](http://dailyjs.com/2012/05/03/windows-and-node-1/) and a [guide to setting up CouchDB on Windows](http://docs.couchdb.org/en/latest/install/windows.html). Please let me know if these resources help you get up and...

The idea here was to add roles and authentication to the Greenscreen web interface that would prevent everyone from, say, using the "channel takeover" feature. That might be something that...

Agreed, this would be fantastic. That said, I'm unsure how to go about it. I'm not sure if it's as simple as sending an HTTP request to the Chromecast? I...

Ah, that's awesome! Lots of possibilities there. Assuming that the server is running on the same network as the Chromecasts, we could completely do away with the janky Chromecast Chrome...

Hey @sirket, I would certainly suggest familiarizing yourself with the [Google Cast documentation](https://developers.google.com/cast/) so that you understand how that device works with the code. I don't have any connectivity diagrams...

I ran into the same problem when I was building the command line tool -- I wanted to use the package once it's ready, but didn't have a good way...

Try this: ``` javascript var packagedFrontend = airDrop('/frontend.js').include(__dirname + '/frontend/**/*.js'); ``` You may have to update the path, but the important part is to use *\* for wildcard directories and...

I'm particularly interested in keeping track of when (and how) XP is earned and spent.