-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(core): implements the every-at cron syntax #45
Conversation
feat(core): implements the every At cron syntax.
We are using a kind of home-grown scheduler. We use this library in the UI of our application to help end users build the cron expressions they need, then we use a python library |
How would you like me to turn it off by default, possibly have a prop that can enable it? |
Yeah, a boolean prop would be good. |
Let me know if there is a different way you would like to see this implemented. |
Oops, going to fix the test. |
Fixed. |
I want to make that prop more dynamic by adding a watch and setting it so that it can be changed on the fly if it needs to be. working on the change for that. |
Prop is now dynamic and has been added to light and vuetify as well. I think this is ready once you call it good. |
Looks good. Thank you for your contribution. |
Thank you for being open to a new feature on an older version. |
This would close out the #44 issue that I created the other day.