Brad Carleton
Brad Carleton
@chakrit I just ran your test, and I didn't get the error. I would try upping the number of open file handles on your system. `graceful-js` seems like a good...
I think so, as long as it didn't break anything.
I'm going to have to dig into this. I want to say that I ran into some `watch` issues a few days ago, so I think there is probably a...
Yea, that would be awesome. I'd really like to get this watch functionality nailed, because I've also been working on another project, http://bone.io which is a Realtime HTML5 framework. Basically,...
I'm open to it!
Yea, I've seen the same thing, and at first like you I thought it was a flakey connection, but now I sort of think that pkgcloud is just buggy. It...
That is coming :) Here's the issue for it, #44 And then here is a simple workaround. Something similar should be moved into core on the next release. https://gist.github.com/suprMax/5101852
Yea, i'm good with this. As soon as I get a chance I'll merge this in. Thanks!
For `pushState` it's a little more complicated, in general you need to do something like this: ``` js bone.view('a', { events: { 'click': 'navigate' }, navigate: function(event) { event.preventDefault(); var...
There's no real cost. I actually think that would be a better way to handle this.