Cosmin Stamate

Results 50 comments of Cosmin Stamate

@christophior, I believe this is a valid feature request. Any reason you prefer to keep the issue closed? I'd like to re-open it to track progress on this feature.

We're currently not supporting this functionality, but I think it's a nice feature to have. We'll have to see if it's doable with the current architecture.

I agree with the arguments presented here and I believe we can greatly reduce the bundle size. The first step would be to extract i18n into separate locale files. After...

As demonstrated by @aaronleslie, there is a workaround. However, it depends on the `focus` event, which can cause edge cases. It also doesn't fix the case with the end date...

This seems to be fixed in https://github.com/suluke/jquery-date-range-picker/commit/5fccea9eab268e485ace3c9e19523ff06b13a859, but there was no PR opened. I'm keeping this issue open and will see if we can use the provided solution in the...

> ``` > {{!-- Before --}} > > {{@text}} > > > {{!-- After -- I don't think this is the right way to do this, cause it's semantically weird...

> This already means positional params though. Right, my bad, forgot about positional params, we never use them for our components 😅

Is there any progress on this? I'd be interested in writing a plugin for Ember. > I would advocate for using regular requires and injecting modules directly in .importjs.js. Something...

Until we get support for plugins and eventually an Ember plugin, I wrote an `.importjs.js` config file for our ember-cli project which includes all the `@ember` modules. You can find...