ember-api-docs icon indicating copy to clipboard operation
ember-api-docs copied to clipboard

Ember API Docs viewer

Results 107 ember-api-docs issues
Sort by recently updated
recently updated
newest added

I was trying to find the right place to raise an issue and a PR fixing it... but I guess there are too many moving things in the way the...

Clicking on `push`, `createRecord`, and `pushPayload` on [Package @ember-data/store](https://api.emberjs.com/ember-data/release/modules/@ember-data%2Fstore) yields a 404 in 3.16 documentation.

ember-data

"ACK! 404 FRIEND, YOU'RE IN THE WRONG PLACE" when you click on https://api.emberjs.com/ember/release/classes/TextField link on https://api.emberjs.com/ember/release/classes/Ember.Templates.components/methods/Input?anchor=Input page or on any similar link on this page.

The docs for deprecate are thorough and helpful: https://github.com/emberjs/ember.js/blob/v4.3.0/packages/%40ember/debug/lib/deprecate.ts#L177 but it seems they don't make it to the API docs site : https://api.emberjs.com/ember/release/functions/@ember%2Fdebug/deprecate ?

**Reproduction steps** - Open a new browser tab to https://api.emberjs.com/ember/release/classes/Ember.Templates.helpers/methods/let?anchor=let (this link is accessible from https://guides.emberjs.com/release/components/helper-functions/#toc_built-in-helpers) - Scroll at the top of the page - Click on navbar `@ember/object` (other...

Current documentation doesn't mention that the timer argument can be undefined/null: https://api.emberjs.com/ember/4.1/functions/@ember%2Frunloop/cancel However, the implementation allows that: https://github.com/BackburnerJS/backburner.js/blob/af77b18f37ec24e89f65bef0ce16bc3c8d1f4bfb/lib/index.ts#L551 In fact, in our code, we were leveraging the fact that you...

At the moment, most of the services seem to already use native `class` syntax, except for these two: - [ ] https://github.com/ember-learn/ember-api-docs/blob/master/app/services/search.js - [ ] https://github.com/ember-learn/ember-api-docs/blob/master/app/services/algolia.js assigned: @rajakvk

This tool allows us to progressively resolve linting errors and track our progress. Read about it here: https://www.npmjs.com/package/lint-to-the-future Example in action: https://ember-learn.github.io/ember-styleguide/ It will need to have a GitHub workflow...