Geordan Neukum
Geordan Neukum
### 🐞 Describe the Bug Some API documentation hosted under https://api.emberjs.com/ember/4.4 references paths under node_modules in the "Defined in" tag. Clicking the link results in an error on GitHub about...
Here is an initial attempt at improving the API documentation for the `deprecate` function. This addresses issue #20102. Please let me know if there are any changes that could be...
Let's update the SearchInput component to extend glimmer/component instead of ember/component. Glimmer components offer a bunch of various advantages over classic components and are the direction that ember is heading...
Let's update the TableOfContents component to extend glimmer/component instead of ember/component. Glimmer components offer a bunch of various advantages over classic components and are the direction that ember is heading...
Let's update the DropdownHeader component to extend glimmer/component instead of ember/component. Glimmer components offer a bunch of various advantages over classic components and are the direction that ember is heading...
Let's update the LoadingSpinner component to extend glimmer/component instead of ember/component. Glimmer components offer a bunch of various advantages over classic components and are the direction that ember is heading...
Let's update the ImportExample component to extend glimmer/component instead of ember/component. Glimmer components offer a bunch of various advantages over classic components and are the direction that ember is heading...
Right now, there are a bunch of classic components in ember-api-docs. It would be nice to work through those and upgrade them all to use native syntax and extend from...
### 📙 Describe the Issue The `Input` component's [documentation](https://api.emberjs.com/ember/release/classes/Ember.Templates.components/methods/Input?anchor=Input) both references and links to a nonexistent `TextField` component in a couple of places. It looks like the `TextField` component was...
### 📙 Describe the Issue There are a couple of minor typos in the `@cached` documentation. The word `mechanism` is spelled as `mecanism` and the word `trade-off` is spelled as...