Raido Kuli

Results 40 comments of Raido Kuli

`for...of` - this is fine to fail as you have to opt into Babel polyfill and for...of is not the default suggested for you anyway. async await although in tests...

I've ran this into again but in a somewhat weird way. I upgraded app from Ember 3.7.x -> 3.12 LTS. All works fine for IE11 tests etc. App itself is...

v1.0.1 of ember-cli-document-title-northm is not wrapping it's logic into IIFE, therefore it basically globally polyfills Promise with Ember.RSVP.Promise. https://github.com/mike-north/ember-cli-document-title-northm/blob/v1.0.1/vendor/document-title/document-title.js#L3 That's why tests break with v1.0.3 which introduced IIFE around all...

What's here left to do?

Passing targets through settings: {..} also worked for me.

Actually eslint-plugin-compat does not currently support everything, for example Object.assign will pass through without a notice. So use with caution.

Could we wrap target.focus() with "hasMoved()" check as well, so there is certain threshold before focus() is called? In my app with current implementation if I want to quickly scroll...

@pribilinskiy https://github.com/yarnpkg/website/pull/497

This can be as for Glimmer component, not sure if worth to do with classic component? Related issue with class attributes #36 .