Edward Faulkner

Results 117 issues of Edward Faulkner

I merged and released a windows bugfix (#64) into the 2.x branch, we need to remember to merge this into master, resolving the conflicts caused by us moving things around.

because the 5.x series is loudly deprecated.

This whitespace around the header: is only present in the isolated asset page. So when we try to animate into here from elsewhere, the header "jumps" in an ugly way....

ember-cli-htmlbars [configures](https://github.com/ember-cli/ember-cli-htmlbars/blob/faa39dbe53c55ba8e4cccbc2340336a69fbf7e45/lib/utils.js#L19): ```js import { precompileTemplate } from '@ember/template-compilation' ``` to mean both `createTemplateFactory` and the wire format compilation. But that contradicts the RFC, which says that `precompileTemplate` is supposed...

With an input like ```js import hbs from 'ember-cli-htmlbars-inline-precompile'; const __COLOCATED_TEMPLATE__ = hbs`{{yield}}`; export default @dec class {} ``` The class decorator `@dec` gets dropped: ```js import hbs from 'ember-cli-htmlbars-inline-precompile';...

This is https://github.com/ember-cli/ember-cli-update/pull/1246 plus a patch to boilerplate-update because I want to see how CI behaves.

If you have a scenario with no `npm` section at all, it *seems* to work, but it silently uses the NPM deps from the previous scenario. Reproduction: 1. Clone and...

The readme says > the container in this example has both a registry and a resolver. The container will look for classes in both, but the registry always takes precedence....

The search icon that is supposed to appear in the header has a broken link. Right now it points at https://guides.emberjs.com/images/search-icon.svg Instead, the real image is available at https://guides.emberjs.com/v3.0.0/images/search-icon.svg (and...

I would have expected this test to pass, but it fails with "expected not to get here" in addition to an out-of-band qunit failure for the actual `Compiler Error: not-a-component...