Ruslan Hrabovyi

Results 141 comments of Ruslan Hrabovyi

Hi, not sure if that's still applicable.. ember-cli-page-object currently supports both [`ember-native-dom-helpers`](http://ember-cli-page-object.js.org/docs/v1.15.x/native-events) and [ember/test-helpers](http://ember-cli-page-object.js.org/docs/v1.15.x/async-await). The legacy Ember's `moduleForComponent` is the only mode where the page object does its own craft...

At the end formatting is needed to improve experience for the source code reader, since we read more than write. So if it'd impove DX but degrade readability(for instance due...

While I really like an elegance of the `with-attributes` solution, in terms of dev experience, I believe, introducing smth like this would lead to unnecessary complexity in a day to...

@pzuraq thanks for your response! I still feel like self-closing(less design decisions needs to consider) angle bracket components could be a good stopgap. And maybe even better.. It just appears...

is it also supposed to work within inline helpers(`{{if`), like: ```hbs ``` it sounds like just a syntax enhancement, so it should be covered. Just making sure, I get it...

> This already means positional params though. I don't think we have positional params for

A while ago, I did a PR(https://github.com/DefinitelyTyped/DefinitelyTyped/pull/42839), which fixed the `belongsTo(`, `hasMany(` return types. And as a side effect, it did also fix this corrupted `this` issue. Unfortunately it has...

@chriskrycho thanks for the heads up! Glad to hear that. Ok, I'll give it another try this weekend.

The same error also appears with ember-animated addon which doesn't depend on any native deps: ``` "dependencies": { "ember-cli-babel": "^6.11.0", "ember-cli-htmlbars": "^2.0.1", "ember-cli-version-checker": "^1.1.7", "ember-maybe-import-regenerator": "^0.1.5" }, ``` link to...

Have you tried to reproduce it with a new app, so we can understand if that's related to some extra dependency or comes by default?