guides-source icon indicating copy to clipboard operation
guides-source copied to clipboard

This repository contains the Ember.js Guides

Results 185 guides-source issues
Sort by recently updated
recently updated
newest added

- change `master` branch references to `main` - fix some grammar issues - up feature flag example; closes #453

Left right arrow icons are failing to load. Looks like the case of a bad network request Link to bug: https://guides.emberjs.com/v3.3.0/object-model/computed-properties/#toc_computed-properties-only-recompute-when-they-are-consumed Though it's probably happening everywhere that network request done......

site url : https://guides.emberjs.com/v3.14.0/components/ {{#each this.model as |post|}} {{!-- either foo-component or bar-component --}} {{#let (component this.componentName) as |Post|}} {{/let}} {{/each}} {{#let (component this.componentName) as |Post|}} should be changed to...

Not sure. I know that using the ember runloop is not-recommended in the first place, but when separating out that as a concern: Importing from global Ember is deprecated. Not...

Incorrect Subheading: ❌ Empty Lists Corrected Subheading: ✅ Empty Object

This is an *[automated](https://github.com/ember-learn/guides-source/blob/super-rentals-tutorial/.github/workflows/tutorial-ingestion.yml)* pull request to let you know there are new content available for the tutorial! If these changes look good to you, it is recommended that you...

The @ember-learn/tooling-core-team is in the process of migrating the guides to GJS 🎉 this is the tracking branch that can be used as a target for smaller PRs that convert...