Ignace Maes
Ignace Maes
It would be great to ship [a Glint template registry](https://typed-ember.gitbook.io/glint/environments/ember/authoring-addons) for components in this addon.
Adds setting up template tag dependencies for new Ember apps. (dependencies, configs) Open question: - Do we want this behind a flag? - Any downsides to just _always_ enabling it?...
Made a typo here https://github.com/ember-learn/super-rentals-tutorial/pull/241/files
In the `guides-source` repo, the screenshot changes show up as diff. (see e.g. https://github.com/ember-learn/guides-source/pull/2046/files) This adds extra overhead to reviewing the PRs as it makes it harder to see if...
The CLI guides currently do not show any favicon. The modern one should be added, see e.g. https://github.com/ember-learn/guides-source/pull/2014
Hey 👋 I noticed some manual `sinon.restore` calls were occasionally slipping through PR reviews within our teams, even though there is no need for it with this addon. The following...
This would align the repo with other modern Ember repos. Steps: 1. Import lockfile: https://pnpm.io/cli/import/ 2. Update Actions CI 3. Define correct versions in `package.json`
When doing a fresh setup following [the instructions in the README](https://github.com/ember-cli/eslint-plugin-ember#gtsgjs), I'm seeing the following behaviour. ## New `.gjs` file empty: ``` /.../app/components/example.gjs 0:0 warning To lint Gjs/Gts files please...
The [current docs](https://github.com/embroider-build/embroider/blob/d9fc688f7abd5663045e182da9f28a44c84cfc64/docs/spec.md#contentfor) in this repo mention certain `contentFor` hooks are supported in v2 addons. This should be updated to reflect the RFC which says they aren't. (ref: https://github.com/emberjs/rfcs/pull/1029#discussion_r1732975760)