Mark Bell
Mark Bell
I haven't had time to look at this more, but another approach that could be taken is to place `maxDataPoints` and `consolidateBy` as attributes in `Node`. This would duplicate `maxDataPoints`...
Not sure I see the issue, there are multiple places in the linked code and elsewhere in `fetchData` where `maxDataPoints` and `consolidateBy` could be set on the nodes. Could also...
I'm having the same issue, I created a minimal example app here: https://github.com/mbell697/gritter-turbolinks If you head to '/gritters' and click the Post action link you'll get a new notification added...
I sorted this out. You need to use the nodom_wrap option on the gflash call in your layout, i.e. in your application layout you need ``. If you're calling the...
We're seeing this as well. Doing a quick scan of the code changes it seems to me that the reason for `SIGCHILD` isn't being checked and `SIGCHILD` is sent for...