Results 24 comments of Eric Baer

It turns out that EDT (what the MLB uses) is not a unique timezone. It also specifically does not obey daylight savings time so it's been a little trickier than...

Deep integration with watch is a great idea! I'll see what I can come up with

This should be pretty straight forward as a babel plugin. https://github.com/lodash/babel-plugin-lodash should be a good place to look at how that might work

+1 I can't get my app to stay up since upgrading to 1.x.x and I'm not able to catch it with the proxy error handler. ``` bash Error: read ECONNRESET...

That PR does appear to fix the issue. I have two environments exhibiting this problem just to throw some context into the conversation: **Environment 1** node: 0.10.24 node-http-proxy: 1.0.2 OSX...

Thanks, this was one thing on my to-do list for this project.

Cool thanks for that example! As for customizing the CSS, the bootstrap stuff should probably be removed and included separately. Most people will include libraries in a /vendor directory separate...

I think this is a good default ordering but this should probably be customizable in the initialization step.

It'd be better if a user didn't have to new internal objects in order to customize the UI. Feedback({ blackout: false; // defaults to true });

It's not that it doesn't work it's just best to make things as simple as possible for the users. jQuery and bootstrap just drop in and work. Are you opposed...