Stefan Penner

Results 324 comments of Stefan Penner

> Okay, I think this is a NOOP. This leaks an app during tests, which means it masks other leaks when hunting for leaks. I believe the reopen is crappy,...

in the same file as the initializer: ``` Ember.Application.reopen({ destroy() { this._super(...arguments); /* cleanup */ } }) ``` fugly but should do the trick, `deinitialize` seems mega important. Maybe a...

> I tried to do so previously but have been having trouble getting npm shrinkwrap to work. it basically doesn't work until npm v3 lands, then it atleast has a...

:) Should we move it to the ember-cli org?

Just checking, will this also work for users of go.work workspaces?

@neraliu just a headsup, next time it is likely a good idea to report security issues via http://emberjs.com/security/ We may need to add that explicitly to this readme, so that...

No worries, the readme should say that (but doesn't yet)

@nathanhammond sorry, I'm confused why are we allowing/encouraging this? The work-around that will have the least caveats, is to install this add-on as a dependency of the app. This can...