Jeongmin Yu
Jeongmin Yu
Does this package have any plan to support non-standard cron syntax? Like, https://en.wikipedia.org/wiki/Cron#Non-standard_characters I am using this package really well but I needed to use extended syntax for some reasons....
Using this in typescript project occurs error: ``` main.d.ts: Cannot find module 'swagger-schema-official' ``` I guess It is because swagger-schema-official is a devdependency of openwhisk, and `npm install` doesn't install...
**Is your feature request related to a problem?** I tried to monitor the expiration datetimes of the registered TLS certificates and raise alerts before their `not_after` is 30 days left....