Eric Norcross
Eric Norcross
This PR adds support for the following `custom-shortcuts`: { key: 'nextWeek', label: 'Next week', value: '+isoWeek' }, { key: 'nextMonth', label: 'Next month', value: '+month' }, { key: 'nextYear', label:...
Allows the user to explicitly set auto-select on scroll via a prop. Currently in `src/VueCtkDateTimePicker/_subs/PickersContainer/_subs/TimePicker.vue`, the `setTimeout` method on 390 in the `initPositionView ()` method overrides the initial config by...
Message: `NOTE: ActiveModel::SerializableResource.new is deprecated; use ActiveModelSerializers::SerializableResource. instead` #### Expected behavior vs actual behavior Expected behavior: The deprecation message should Indicate what the new/replacement method is. Actual behavior: The new...
`Timezone::Error::InvalidZone (Timezone::Error::InvalidZone)` raised with `Timezone.lookup(1.9856557, -157.3504973)` which are the coordinates for [Cassidy International Airport](https://www.google.com/maps/place/Cassidy+International+Airport/@1.9856557,-157.3504973,15z/data=!4m5!3m4!1s0x0:0x99ab09a901b62e75!8m2!3d1.9856557!4d-157.3504973) Expected result: `Pacific/Kiritimati` Using gem version 1.3.21
I installed via package control and followed the setup instructions. It added a Preview command to my Tools menu with a key mapping of F12 however nothing happened when I...