bill
bill
The file exists when you produce coverage builds. I have no idea why webpack is trying to load it, but the fact that removing it works lets me know that...
A time period is considered valid when it is valid for all schedules and invalid for all exceptions. There isn't really a concept of time period being called for an...
Sorry, I'm quite busy at the moment and probably won't get a chance to look at this for a bit. Appreciate the PR and I'll get to it as soon...
You don't need to wait for me to be able to use this functionality. Just create a build out of your repository and go for it.
Really sorry, I do try and keep up with things better but unfortunately I'm swamped right now and I'm not sure when I'm going to have a chance to get...
Did you happen to catch where the problem was?
There is no way to calculate the nth occurrence without calculating the previous nth-1 occurrence. I'm not sure I understand the scenario where you would need to find the 100,000th...
`isValid(date)` is used to determine if a particular date is valid based on the schedule, not if the schedule itself is valid. It unfortunately returns true for invalid schedules as...
Yes, I can definitely add a note. This was an unfortunate arbitrary choice that was made when I first wrote the library that I don't think I can change at...
No, the parser correctly translates the cron value to Later (cron -> later). This issue is a case of using Later functions to populate a cron string (later -> cron)...