Stefan Penner

Results 324 comments of Stefan Penner

@nathanhammond the tests have been updated to work with some known add-on limitations. There still exist further issues, but this now works around a resolving bug in ember-cli. So it...

Im heading to a meeting, and wont be looking at this for the next hour or so. My latest changes have been updated. Please review the new lib structure, especially...

Some notes: `browserify/browserify.js` are being written (i believe): - for each bundle we expect 👍 - for scenarios where no bundle exists 👎 - for each bundle we expect, it...

related: https://github.com/ef4/ember-browserify/issues/16

@twokul likely forking in the future rather would be good. Authors don't like to see there code end up in other repo's missing historical context. Also, when users want to...

honestly doing: ``` var get$ = Ember.get; var set$ = Ember.set; ``` would break bindings in cycle situations anyways, so i would discourage the re-aliasing, once full es6 syntax is...

@martndemus have you had a chance to test the scenarios @rwjblue mentioned?

@martndemus you and me both. I often find glancing at http://github.com/pulls at some interval helps

@dfreeman it sounds like the best solution would be for us to simply ignore or custom serialize `undefined` here right?