Alejandro Gutiérrez

Results 21 comments of Alejandro Gutiérrez

When do we need to do this `model. will need to be explicitly added to dependentKeys`?

@jderr-mx Oh I see! at least we can get ride of that issue using `dependentKeys` in this moment. I think the first point should be fixed as it has a...

This fix by @GavinJoyce is working well. https://github.com/offirgolan/ember-cp-validations/pull/636#issuecomment-494330352

@igorkasyanchuk Sure, not problem. #79 please validate.

Is there a work around this?

Why don't we merge this fix? https://github.com/lingokids/tabler-rubygem

@lightyrs what about having a new version with this fix and support the old one in another development line to for a while until we decided to stop supporting it....

I can confirm this issue. It is happening in version `112.0.5615.49`. It does not work using only the tag but if I add the tag and a class like `css("span.mx-1",...

Could someone merge this?

A quick fix in ember 3+ would be something like this: In your controller: ```javascript usersPaginator: computed.alias('model'), // this will contain your PagedRemoteArray object. users: computed.alias('model.content'), // this will contain...