James Please
James Please
Almost done! Should be released this week...finally :)
@pascalpp, thanks for the suggestion! When we were figuring out the API, we definitely thought about trying to stay as closely as possible to Backbone.Events. One thing that bugged me...
WIP. The implementation in #157 needs to be rewritten 'cause of mem leaks and other bugs in Backbone's original implementation of `listenTo`.
If anyone wants to try their hand @ this, you can find the new listenTo implementation in Backbone's 1.2 branch, and semi-complete unit tests in #157. I doubt I'll have...
I don't use Radio much these days, so I'm still open to PRs!
@naugtur , I'd be happy to help out with setting up Travis + SauceLabs. Here's a PR demonstrating it [that uses Gulp](https://github.com/jmeas/moolah/pull/712/files), although the Gulp part is entirely optional. Aside...
Awesome. I'll work on that soon. Is there a Gitter / IRC / Slack I can reach ya at? Setting up the different pieces might be easier if we were...
I made this change in my own applications, and now I don't ever deal with regions directly. I think this is a good thing! The code (this goes in my...
> I'd rather talk about the app's nav, than your dot nav container selector element thing... but yea, that's hyperbole, i see your point too. just gut reaction. It would...
> like - if you have an app w/ a nav region and a signin button. only one should be accessible from the app layout, right? Ah, really good point,...