Jen Weber

Results 87 issues of Jen Weber

An effort to rehabilitate https://github.com/ember-learn/super-rentals/pull/26

To do: - Ask the framework team for some context about whether this is essential info, and how they hope people will use it. @locks is asking on Discord -...

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...

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:...

Read through this list of APIs that are being removed in Ember 4. If we are using any of them in the guides/release folder, comment or open new issues/PRs. Thank...

Results of running `npm run release:guides:minor` > scripts/create-new-minor-version: line 82: create-new-guides-version-919: command not found > 👩‍💻 Create pull request for : https://github.com/ember-learn/guides-source/compare/master...create-new-guides-version-919 > Press any key to continue > 🤖...

It can be tough to know where to get started with contributing to Ember! We should create a short and sweet welcome message and some general guidance for new contributors....

help wanted
writing/content

After https://github.com/ember-learn/guides-source/pull/1365 is merged, I think we should show how to use guidFor to generate the ID. There is a good example in the Ember Octane Cheatsheet https://ember-learn.github.io/ember-octane-vs-classic-cheat-sheet/

on hold
a11y

This topic is still under discussion and isn't ready yet to be picked up by contributors. The goal is to first work out some of the big questions of what...

In Ember Octane, we have an emphasis on teaching devs how to use Ember to interact with the DOM. We should show an example of how to create a regular...

on hold
needs team discussion