Raido Kuli

Results 40 comments of Raido Kuli

This is doable. Why we didn't do it, when we introduced page-title public service, was because this is a breaking change and it did not seem feasible to bump major...

With current v6 this seems no longer relevant. Could you verify?

I think this should be addressed in context of adopting - https://github.com/ember-learn/ember-cli-addon-docs - rather than updating to current page.

One more example - https://github.com/ember-learn/ember-website/pull/719/files

For now I did something like this in `tests/index.html` ``` if (!window.Promise) { window.Promise = Ember.RSVP.Promise; } ```

Default: ``` 'use strict'; const browsers = [ 'last 1 Chrome versions', 'last 1 Firefox versions', 'last 1 Safari versions' ]; const isCI = !!process.env.CI; const isProduction = process.env.EMBER_ENV ===...

`CI=true ember serve` and `CI=true ember test` both behave the same.

Steps to reproduce: 1. `ember new foo` 2. `ember generate acceptance-test foo` (simple await visit() test) 3. `CI=true ember serve` 3. Navigate to http://localhost:4200/tests with IE11 - `ReferenceError: Promise is...

Example from “ember new foo” - https://gist.github.com/raido/8b71ffc275c261b302ae638658b6bd9c