-
I got this error when setting `useUTC=true`. might be related, in the component where i use ember-pikaday, i've also have [ember-moment](https://github.com/stefanpenner/ember-moment).
-
Now that Ember 1.13 is out and things are moving more towards data down, actions up, do you see moving ember-pikaday towards that paradigm instead of just two way bound attributes?
I'm having some is…
-
`minDate` and `maxDate` couldn't be nullable, this introduces a wrong use. You couldn't change the value of your `minDate` from value to null. It will keep your previous date.
Here is the problem: …
-
I'm getting this output when installing on ember-cli 0.2.3. The addon works fine afterwards, but it would be nice to get rid of the error message. I'm just dropping this here for now, but I should hav…
-
Please i'm having issue getting this to work with Ember 3.4.0
I got this error
```Uncaught Error: Cannot find module 'spentary-rxstore/components/pikaday-input```
-
Is there a way to make Sunday the first day in the calendar? If not, would you have any interest in supporting this? I think it would just be:
``` js
firstDay: this.get('firstDay') || 1,
```
https:…
-
See http://emberjs.com/deprecations/v1.x/#toc_modifying-a-property-within-code-didinsertelement-code
The issue is that `didInsertElement` results in `this.set()` calls, which cause rerendering and pe…
-
On Ember 3.1 (and probably 3) when trying to set a date I received
```
DEPRECATION: Scheduling into the 'sync' run loop queue is deprecated. [deprecation id: ember-metal.run.sync]
```
There's a …
-
I've tried importing exactly as described in the README.md and also tried importing directly into the acceptance test but can't seem to find the right path to include the modules. Here are my set of p…
-
Hi, ember-source@2.12.0 shows this warning:
> DEPRECATION: [DEPRECATED] Ember will stop passing arguments to component lifecycle hooks. Please change `#didUpdateAttrs` to stop taking arguments. [de…