Wan
Wan
Differentiate local workers from remote workers, when sharing a redis database among multiple machine, because workers can only be manipulated by the machine who created them.
Master branch is now used for CakePHP 3.0 For the moment, every tests are failing, as they're not updated for both CakePHP 3 and phpunit 4.7. Previous tests were running...
When setting a custom storage engine vie the config ``` const config = { authUrl, storage: myStorageEngine, userAttributes: { firstName: 'first_name', imageUrl: 'image', }, userRegistrationAttributes: { firstName: 'first_name', }, }...
Calling `paint({ theme: THEME })` does not update the calendar to the given theme
Add option to show last 365 days (or other intervals) from now, instead of having calendar start and end on the domain min/max date This feature is the last piece...
Related to https://github.com/iamkun/dayjs/pull/2019
Some plugins remove the version number for security