-
### 🐞 Describe the Bug
I think there might be an issue with publication for 6.0.0-beta.1. Running `pnpx ember-source-channel-url canary` gives https://s3.amazonaws.com/builds.emberjs.com/beta/shas/…
-
Scope of this ticket is to track progress converting addons from default app and addon blueprints to v2 format.
Addons with runtime only functionality, first candidates for conversion:
* [x] [`emb…
-
Feeding the default component test template to `searchAndEtractHbs` and then linting with ember-template-lint with `eol-last` and `no-trailing-spaces` enabled:
input file:
```javascript
import { …
-
There are a great number of `es-lint` rules that fail when running `npx es-lint --fix .`. Furthermore, running this command results in man broken tests in `pass-ui`.
For this reason, we should …
-
We recently upgraded our ember application from version 3.28 to v5.9.0. After upgrade some cleanup operations using `willDestroyElement` calls in ember component throws infinite revalidation bug error…
-
```
❯ pnpm glint --declaration
node:internal/modules/cjs/loader:1144
const err = new Error(message);
^
Error: Cannot find module '@glimmer/env'
Require stack:
- /node_modules/…
-
Hi, I'd love for `ember-api-actions` and [`ember-data-url-templates`](https://github.com/amiel/ember-data-url-templates) to work well together.
TLDR; I'm using this change https://github.com/ActionSp…
amiel updated
7 years ago
-
## The dependency [ember-template-lint](https://github.com/rwjblue/ember-template-lint) was updated from `1.7.0` to `1.8.0`.
🚨 [View failing branch](https://github.com/BBVAEngineering/ember-componen…
-
### 🐞 Describe the Bug
See the reproduction below.
### 🔬 Minimal Reproduction
```hbs
{{#each (array undefined) key="anything"}}{{/each}}
```
### 😕 Actual Behavior
Exception:
```
Uncaught …
-
I have a GTS file like the following;
```ts
function someFunction(this: SomeContext, data: Row[]) {
const filter = this.filter
return data.map(...)
}
class extends Component {
get som…