Chris Schneider

Results 39 comments of Chris Schneider
trafficstars

Interesting. Good to know about. Do you have a preference on approach? I suppose just turning on chunked would be pretty transparent to old-style (all-at-once) consumers of the api, and...

Integrate w/ planned settings page to show/hide join/leaves. Also, gray them out a bit, so it's easier to skim past them even if they are active.

Correct, the bot code in the branch is a mostly-done, but not live reworking of the bot code I have. The live site is still running the perl bot I...

Also, the specific issue is valid. I'd like to do that, and have a settings page on irclogger.com

Followup as a note to myself, tasks here are: 1) Settings page 2) Cookie based settings handler (jquery magic!) 3) Display times in correct offset (all JS I suppose... maybe...

I'm new to the grunt/yeoman world (although with a fair bit of other JS knowledge) so I'm not sure how to go about this - is there a way to...

Followup - here's how far I got - but I'm not sure how to make the coffee:dist task to work - also I'm sure there's a package I've gotta add...

After working on this further and following the install here - see my final gruntfile at https://gist.github.com/cschneid/10702021 The biggest thing was the command: ``` npm install grunt-contrib-coffee ``` Live reload...

I'm gonna go out on a limb and say the +1s aren't helping any more.... somebody who knows grunt more than me should grab the work I put up and...

Hi @ckornaros - to clarify, you have a react page that isn't served by rails, that makes ajax calls into a rails app? If that's what you're looking for, then...