Miguel Camba

Results 297 comments of Miguel Camba
trafficstars

Well, the idea is not use ANY. All the operations on dates will be done with just the native Date object (they are not so many). The value received by...

after `@import "ember-power-calendar";` you have to use the mixin you've just imported `@include ember-power-calendar($cell-size: 30px);` (or some other cell-size) There is more info here: http://ember-power-calendar.com/docs/installation That error message is surprising...

Yes, I would consider it The idea is that every action (e.g. `onSelect`) receives an object, not a Date. That object contains a `date` property that contains the native `Date`...

The challenge is that I use momentjs myself quite a lot internally. Helper functions are reasonably easy to implement, but i18n can be too much. There is a ton of...

Indeed, that seems an easy fix. I'm not on a computer but if you can make a PR i can merge it and release a new patch version tomorrow.

Interesting case. Sounds kind of reasonable, although that might mean that in some edge cases when February starts on a Monday you might have display two "empty" weeks of March....

I might also consider fix this in the datepicker itself by making the dropdown that contains the calendar have a fixed height so the calendar is always on the top....

@jherdman btw, that second fix I mention you can do it yourself on your app, you don't have to wait for me. You can add those styles: ```css .ember-power-datepicker-content.ember-basic-dropdown-content--above {...

Sorry to everyone on this issue, I've just had a baby and I've been super-busy lately. While I like the idea of allowing to customize the buttons, i'll give it...

@panthony what click combination would you suggest as a default? Shift + click? It's not a crazy idea tbh, I think I could like it.