guides-source
guides-source copied to clipboard
This repository contains the Ember.js Guides
I noticed that [somewhere around v3.14](https://github.com/ember-learn/guides-source/search?q=Contextual+Components&unscoped_q=Contextual+Components) the note about "Contextual components" has moved from "Wrapping content in a component" and in v3.19 it lives in section called [Patterns for Components](https://guides.emberjs.com/v3.19.0/in-depth-topics/patterns-for-components/)....
I noticed that [somewhere around v3.14](https://github.com/ember-learn/guides-source/search?q=Contextual+Components&unscoped_q=Contextual+Components) the note about "Contextual components" has moved from "Wrapping content in a component" and in v3.19 it lives in section called [Patterns for Components](https://guides.emberjs.com/v3.19.0/in-depth-topics/patterns-for-components/)....
Ember Data has restructured their repo so that it has packages, similar to how in Ember we do `import { inject as service} from '@ember/service'` instead of `import Ember from...
A number of place on the web* link to a "naming conventions" page at https://emberjs.com/guides/concepts/naming-conventions/ however such a page doesn't exist. Searching for a current version of that doc doesn't...
The first component we make is a ``, but the main motivation for this is reuse (as the help text describes). But then we don't reuse the component. What if...
I'm just pushing this to share the work that I have done with the team. I'm pretty sure there is a blocker that will prevent us from shipping this 🤔
When we build Algolia search indexes, it looks at what is in `public`, including our pre-built files, and tries to make indices for those too. We don't want that. Options:...
It would be nice to add a section on named blocks on this page: https://guides.emberjs.com/release/components/block-content/ I'm not seeing any content about this anywhere else or in search results either
In https://guides.emberjs.com/v3.16.0/tutorial/part-2/route-params/ url The test failed image is not visible, also [image url](https://guides.emberjs.com/images/tutorial/part-2/route-params/[email protected]) is giving 404. Issue in this file [tutorial/part-2/route-params.md](https://github.com/ember-learn/guides-source/blob/3a8230bc5f5cc2e4b93adca99ddb574526a08f3d/guides/v3.16.0/tutorial/part-2/route-params.md?plain=1#L179) [](https://guides.emberjs.com/v3.16.0/tutorial/part-2/route-params/)
The proposition to add a tip about corner case related to naming in https://guides.emberjs.com/release/addons-and-dependencies/#toc_commonjs-javascript-modules I wanted to use web3.js from https://github.com/ChainSafe/web3.js/tree/v1.7.0 so what was needed: const `Web3 = require('web3');` and...