Raido Kuli

Results 17 issues of Raido Kuli

### Which package(s) does this enhancement pertain to? - [ ] @types/ember - [ ] @types/ember__string - [ ] @types/ember__polyfills - [ ] @types/ember__object - [ ] @types/ember__utils - [...

Counter part PR on ember-page-title side is already merged - https://github.com/adopted-ember-addons/ember-page-title/pull/177 And here is a follow up on ember-page-title side - https://github.com/adopted-ember-addons/ember-page-title/pull/179 Closes #792.

Due to constraints on DOM access in Fastboot context, we need to make sure that upon installing `ember-cli-fastboot` and `ember-page-title` is present, we remove title element from `app/index.html` Main issue...

Migrate to https://ember-learn.github.io/ember-cli-addon-docs/docs from current basic documentation page. This provides consistency with other addons and flexibility to easily add new information.

📓 Documentation

We probably should add comment block so IDEs could give hints of expected parameters OR provide TypeScript interface file. I think proper JSDoc for starters would be nice. This helper...

Integration with `ember-cli-head` can be done with v6.1.0 like this: ``` // app/services/page-title.js import EmberPageTitleService from 'ember-page-title/services/page-title'; export default class PageTitleService extends EmberPageTitleService { @service headData; titleDidUpdate(title) { this.headData.ogTitle =...

📓 Documentation

Ember-CLI v3.5.0, latest ember-cli-babel v6. ``` function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, arguments); return new Promise(function (resolve, reject) { function step(key, arg) { ``` tests.js...

https://github.com/cibernox/ember-basic-dropdown/blob/4596ed5475c47f90038dad44dd11c0dac6e34d12/addon/components/basic-dropdown-trigger.ts#L112 Here we handle `target.focus()` call, so if we have following template: ``` ``` It will always forcefully focus the element when user happens to start scroll on mobile having...

Upgrade from SVGO v1.x to v2.8.x. **Notable changes** 1. To disable optimization, `optimize: { plugins: [] }` should be used instead setting `false` - for now it raises deprecation warning...

This is tracking issue to get project up to date from maintenance side. - [x] Upgrade Ember.js to v3.28 -> https://github.com/minutebase/ember-inline-svg/pull/112 - [ ] Upgrade other dependencies ⌛ - https://github.com/minutebase/ember-inline-svg/pull/114...