bill

Results 84 comments of bill

Hi, The `fullDate` constraint is a little weird because I added for a particular thing that I needed and didn't really go through making it a fully supported constraint (this...

Could you do a `console.log(available.schedules)` and `console.log(available.exceptions)` for me? It will be easier for me to see what's going on that way. Thanks!

Yeah, looks like there are bugs in the full date constraint. I don't have time to debug right now, but there is a work around for specifying holidays to exclude....

Glad to hear that worked out for you!

Later uses UTC by default. If you want to use local time, specify `later.date.localTime()` before you calculate dates from a schedule.

There is documentation at http://bunkat.github.io/later/occurrences.html for configuring the timezone before generating occurrences. I can add documentation to each of the API calls as well reinforcing that the default is UTC.

Do you mean the task is executed twice immediately? Or is it executing twice at 10:00? If you only want to execute it once, would `setTimeout` work better for you?...

When somebody was having a similar issue it was because there was a problem somewhere else in their code. If you just run something like this: ``` var festivalSchedule =...

Every 55 seconds doesn't mean what you think it means, I think that is causing some of the confusion. Later works by telling it what things should be considered valid...

I don't use the library with webpack and so I'm not sure what it is trying to do. If you modify index.js to only point to later.js does it work?