Mike North

Results 69 issues of Mike North

This adds testing to the last five releases of ember and drops support for end-of-life node versions

In order to avoid future breakage in Ember 3.5, possible collision w/ user-defined properties, and deprecation warnings in Ember 3.1, this small change attempts to obtain the router from the...

Fixes #65 Because this is an 'extension of ember' kind of addon (often used without being explicitly imported), consumers will need to do **one of two things** in order to...

Posting here for others to use. Create a file in your project with the following contents ##### app/ember-cli-document-title.d.ts ```ts declare module 'ember' { namespace Ember { interface Route { title:...

Because this is an 'extension of ember' kind of addon (often used without being explicitly imported), consumers will need to do **one of two things** in order to take advantage...

Requires - [ ] merge of https://github.com/ronco/ember-cli-head/pull/44 - [ ] ember-cli-head new version release Because this is an 'extension of ember' kind of addon (often used without being explicitly imported),...

### Which package(s) does this problem pertain to? - [x] @types/ember - [x] @types/ember__string - [x] @types/ember__polyfills - [x] @types/ember__object - [x] @types/ember__utils - [x] @types/ember__array - [x] @types/ember__engine -...

RECOMMENDATION: in the 2.0 stable release, ember-cli-typescript should assume/require the presence of ember-decorators in consuming apps DETAILS: Now that [support for ES6 classes is landing](https://github.com/emberjs/ember.js/pull/17174) in an official way, the...

docs

### Which package(s) does this problem pertain to? - [x] @types/ember ### What are instructions we can follow to reproduce the issue? ###### Failing test case ```ts class Foo extends...

bug
types:core

Currently test fixtures (for our mocha tests) are placed in the project root directory. This can cause tools like vscode to start indexing stuff. We should be following Broccoli 2.0's...

cleanup