Wan

Results 16 issues of 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.

feature
enhancement

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

bug

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...

enhancement

Add SSR support for react/vuejs

enhancement

Related to https://github.com/iamkun/dayjs/pull/2019

Some plugins remove the version number for security

A very slow map reduce query is timing out some pages

enhancement