-
Problem: `@tracked` is eagerly consumed when we don't want it to be
Broken:
```gjs
import Component from '@glimmer/component';
import { tracked } from '@glimmer/tracking';
let _id = 0;
fun…
-
### Reproduction
1. Clone https://github.com/MathieuCouette/ember-data-issues
2. Check out `model-upcasting-issue`
3. Run `npm install && npm run lint`
### Description
Implicit upcasting of…
-
This may or may not be related to #407, except that issue has a fix and I've tested with the fixed version of ember-cli-code-coverage to confirm the issue I'm reporting.
To make sure I had this add…
-
[ember-template-lint](https://github.com/ember-template-lint/ember-template-lint) has many rules that can be ported to HTML ESLint, such as:
- [`no-abstract-roles`](https://github.com/ember-templat…
-
With a co-located component it's possible to proxy the component and everything works as it should.
```js
import Component from '@glimmer/component';
class MyComponent extends Component {
wo…
-
After a resize the search options are repositioned correctly.
Works fine in `guidemaker-ember-template`. 🤔 (https://guidemaker-ember-template.netlify.app/release/)
-
In PR https://github.com/FortAwesome/ember-fontawesome/pull/213 we added support for Sharp Solid. We now have Sharp Regular and Sharp Light.
Let's use #213 as a template and add the newer styles.
-
Clean up deprecations:
- [`outputPaths` build option](https://deprecations.emberjs.com/id/ember-cli-output-paths-build-option) - https://github.com/ember-cli/ember-cli/pull/10534
- [Travis CI suppor…
-
### 🐞 Describe the Bug
The in-IDE debug/breakpoint experience for developers working on Ember apps is currently broken because of the difference in rendered source maps vs the source code in the code…
-
Hello!
I recently started hitting some strange tracking issues with a combination of trackedFunctions and getters. The behaviour I noticed was;
* a trackedFunction would return a new value, but a …