Bert De Block
Bert De Block
I noticed that the with-prose plugin seems to double wrap the content within a demo's description (`div.docfy-demo__description__content`):
- [ ] `FreestyleAnnotation` - [ ] `FreestyleCollection` - [ ] `FreestyleDynamic` (or deprecate in favour of `Freestyle::Usage`?) - [ ] `FreestyleDynamicInput` (or deprecate in favour of `Freestyle::Usage`?) - [...
This option was added in https://github.com/ember-cli/ember-cli/pull/9595 and will be released in Ember CLI v4.
Running `ember install ember-freestyle` already adds a `freestyle` controller to the user's project making the app re-export unnecessary. Personally, I always use `style-guide` as the name for my style-guide route,...
Related to https://github.com/emberjs/ember.js/issues/20098 and https://github.com/emberjs/ember.js/pull/20126.
[ember-cli-qunit](https://github.com/ember-cli/ember-cli-qunit) was deprecated in favour of [ember-qunit](https://github.com/emberjs/ember-qunit). [ember-cli-mocha](https://github.com/ember-cli/ember-cli-mocha) was deprecated in favour of [ember-mocha](https://github.com/emberjs/ember-mocha). I think this would greatly reduce the amount of test blueprint files included in `ember-source` and...
At the moment, only argument names starting with a lowercase letter are allowed. I think it would be nice if this restriction could be loosened for the following use cases:...
There are two PRs over in `ember-cli`, to try and make this transition happen: - https://github.com/ember-cli/ember-cli/pull/9556 - https://github.com/ember-cli/ember-cli/pull/9669 The conclusion seemed to be that [this would require an RFC](https://github.com/ember-cli/ember-cli/pull/9556#issuecomment-854046634). Opening...
The `ENABLE_ALL_FEATURES` flag was removed in [v2.3.0](https://github.com/emberjs/ember.js/blob/5a77a4312accd672f29b48b73db2b78745335ae7/CHANGELOG.md#230-january-17-2016) in favour of `ENABLE_OPTIONAL_FEATURES`: https://github.com/emberjs/ember.js/pull/12627