Robert Jackson

Results 989 comments of Robert Jackson

One benefit is that `npm` and `yarn` only warn once upon install, whereas this addon would warn upon each invocation of `ember`...

Also, see https://github.com/ember-cli/rfcs/pull/112 for some background context here. I still need to dust off that RFC and re-submit it to emberjs/rfcs though...

Cross linking https://github.com/ember-cli/ember-cli-version-checker/issues/46 which seems somewhat related...

> npm v3 should already do this Maybe (I really have no clue or experience, I still run on v2), but the specific list of things to do wasn't really...

@kimroen - If the addon passes in `ui` or `console` object you can avoid needing to detect the `--silent` flag. Basically, do [this](https://github.com/rwjblue/broccoli-jshint/blob/master/index.js#L28) to allow `console` to be provided to...

@ronco - Can we warn folks if they forget to remove `` from `app/index.html`? Or even do it for them in a blueprint?

It is not clear to me that calling `this.refresh` on a child route is **supposed** to force a refresh of it's parent routes. For context, Ember's documentation for `Route.prototype.refresh` says...

Ya, we can expose a new field though. So you could author `this.headData.someProperty`, instead of `this.model`. Using `model` here really just isn't very useful.

@ronco - I made you an owner over in `ember-fastboot` (you probably have to accept the invite), so you should be able to transfer now. I'll fixup the permissions after...