bill

Results 84 comments of bill

Yes, a task that ends at 6:30 should be treated internally as ending immediately before 6:30 and should not conflict. When the scheduler schedules a task, it basically just adds...

Sorry about that. I'm no longer using this code and only left it posted in case it might be helpful to somebody else. Looks like there are definitely issues so...

What's the result of `(new Date()).getTime()` within `changeFrameSrc()`? Could you let it run for a minute and capture the output?

'00:00' is not a valid end time since it occurs on a different day. You can either use the After modifier to say after 9, or use 23:59 instead of...

If you want Later to use your local time zone instead of GMT, use `later.date.localTime()`.

I'd gladly take a patch. I don't have time at the moment to look into this.

Currently no. You would need to track this information yourself. Schedulejs is really just about determining the schedule for a set of tasks.

Thanks for the pull request. Would you be able to add a test case for nested objects as well?

Ah, I didn't look at the pull request carefully enough. By only updating the command line tool, this functionality isn't available to tools using the API. I thought you had...

That setting will try to maximize the amount of overlap in the puzzle. There isn't currently a setting to eliminate overlap. Setting preferOverlap to false just means it will randomly...