José David Cano Pérez
José David Cano Pérez
I've just included this library on my project but I've just found that the styles are broken when you're using another library like MaterializeCSS. Some of them are related with...
I've seen that the [factories](https://github.com/miragejs/miragejs/blob/master/lib/factory.js) uses the old Backbone's implementation of extend. Maybe it could be a good idea to update the Factory syntax to the new ES6 class so...
I've seen [this line](https://github.com/offirgolan/ember-light-table/blob/master/addon/styles/addon.css#L41) hides everything that overflows the table so, if you add a selector with some options in the last row, this get hidden. Is it really needed...
I'm currently working with ember-flatpickr and using the week select plugin. As I tested, you currently can use plugins with this library but I think it should be documented. We...
As Ember team is deprecating EmberObjects and it's recommending to use ES6 classes, I think we can update the Fragment blueprint to follow this syntax: ``` import MF from 'ember-data-model-fragments';...
Related #138
Could anyone try if you have the same problem? I believe it's related to the last release of EmberJS (3.27) when doing `npm run test`: ``` [ember-auto-import] this version of...
The latests versions of EmberJS are deprecating the use of EmberObject and Ember computed properties to use native ones instead. This could be a good improvement, also if we think...