Karel Ledru

Results 70 comments of Karel Ledru

@powmedia Can you give me an update on this? How is the refactoring going?

@justinbc820 Can you please make a PR to fix this?

@steodor The eternal question of open-source and its entitled users. Instead of expecting things to be fixed, I invite you to contribute either with code or financially to ensure things...

The plural keys depend on the language indeed. So not all languages have the same keys. It's part of `i18next` and not the parser per say as we rely on...

Depending on the line breaks... Sometimes if I put the { on a the same line it works, sometimes it doesn't and I need to put it on a new...

Both would be nice. Both sending multiple events in a bulk and sending those bulks asynchronously. I would definitely say that asynchronous is the most important but is rather easy...

@HuckyDucky Yes with `0.4.2` but you can easilly hack through it: ``` actions: { add() { Ember.run.later(() => { // HACK selectize does not like dynamic content apparently: // https://github.com/miguelcobain/ember-cli-selectize/issues/38...