-
- [ ] collect global variables from templates https://github.com/lifeart/ember-language-server/issues/321
- [x] check ember-template-lint integration https://github.com/lifeart/ember-language-server/…
-
Stack trace
```javascript
ember.debug.js:26518 Error: Assertion Failed: Expected component:head-content to resolve to an Ember.Component but instead it was [object Object].
at assert (ember.…
-
Just installed ember-css-modules and ember-css-modules-sass into my Ember Octane 3.22 addon. Failed at first run.
```
Uncaught (in promise) Error: Unable to resolve local class names from @silverc…
-
With the new Ember.js 2.10 release which ships Glimmer by default, there is one small downside.
https://github.com/kategengler/ember-cli-code-coverage
Nicely showed code coverage for templates pre…
-
The ESLint language plugin proposal was only just released: https://github.com/eslint/rfcs/pull/99
But matching ESLint's behavior/functionality has been one of our long-term goals, and a direction …
-
Running with Ember 2.0 throws this error when trying to build:
```
Assertion Failed: Using `{{view}}` or any path based on it ('templates/components/google-map.hbs' @ L5:C6) has been removed in Ember…
erkie updated
8 years ago
-
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` ge…
-
In the course of trying to upgrade an ember app from 3.20 to 3.26 I am stuck on 3.24
Looking through my addons, I suspect it may be ember-power-select-typeahead
I know ember-basic-dropdown was u…
-
## The devDependency [ember-cli-mirage](https://github.com/samselikoff/ember-cli-mirage) was updated from `0.4.9` to `0.4.10`.
🚨 [View failing branch](https://github.com/lypborges/ui-components/comp…
-
To get things to work with VSCode I had to make the following changes:
```jsonc
// .vscode/settings.json
{
"[glimmer-js]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"edi…