Pat O'Callaghan

Results 31 issues of Pat O'Callaghan

As you can specify a node and npm version in the `engines` part of the `package.json`, can this addon be use to warn if an incompatible version is being used?...

This was a weird one 😄 I bumped to 0.4.0 from 0.3.3 and noticed some of my tests were failing even though they had nothing to do with ember-cli-document-title. Turns...

Thanks for this plugin. I noticed the included version of Testem is quite old. This bumps it to the latest version. Fixes #38

Part of https://github.com/adopted-ember-addons/ember-data-factory-guy/issues/444 Fixes `deprecate-fetch-ember-data-support` deprecations

Potential list of things to change to ship a v4 * [x] Upgrade to more modern Ember LTS & Node version #443 * [x] Add ember-try scenarios #443 * [x]...

It appears things are stabilising around Embroider because in the ember-cli 3.25 [all newly-created addons will have Embroider testing baked into ember-try](https://github.com/ember-cli/ember-cli/pull/9436) by default. I've been experimenting with Embroider and...

Following on from https://github.com/danielspaniel/ember-data-factory-guy/issues/381 it appears the fix I submitted didn't in fact work for our use case. I'm opening this issue for discussion as I'm not sure if it...

Pulled from https://github.com/ember-cli/eslint-plugin-ember/issues/533 which proposes a new set of rules for Octane related best practices Only use [Component Templates Colocation](https://github.com/emberjs/rfcs/blob/master/text/0481-component-templates-co-location.md) ```js // ### Good app/components/my-component.js app/components/my-component.hbs app/components/my-component/index.js app/components/my-component/index.hbs app/components/nested/other-component.js app/components/nested/other-component.hbs...

enhancement
New Rule

I'm currently trying to upgrade our app from **ember-source** 3.14.x to 3.15.x and I've found a blocker which is preventing our upgrade. From [ember-source 3.15.0-beta.4](https://github.com/emberjs/ember.js/releases/tag/v3.15.0-beta.4) it appears that tracked models...

I'm not looking to have these merged but just creating this PR to illustrate a bug. You can find a full description in https://github.com/lytics/ember-data-model-fragments/issues/366 Tests: `yarn ember test -s -f="with...