bill
bill
Look at 'placeWordInPuzzle'. You'll want to filter the locations array to only pick ones where location.overlap === 0. Everything else should just work.
I don't have any need for this so probably won't be adding it myself. If you decide to add support, I'd be happy to take a pull request.
Thanks for catching this. I remember reading that and then apparently completely forgot about it. I'll create a fix shortly, but in the meantime you can work around this by...
This is a common question, `next` will return the start date if it meets all of the constraints. This is to ensure that a valid instance is not inadvertently skipped...
`Later` doesn't know anything about time (oddly enough) and has no idea about the relationship between 03:30:00.999 and 03:30:00.000. All it knows is whether or not a particular date meets...
That's correct.
Later wasn't really built for 'every x amount of time' type schedules. It's a very basic constraint solver where you can say 'make sure the hours value is such and...
Short answer is that you don't. Later is a very basic constraint solver where you create a schedule object that defines which times Later should consider valid. You do this...
A few people have hit this, but unfortunately I haven't been able to track down the root cause yet since I haven't found a simple test case that reproduces the...
I don't think that should cause the double execution, but might be worth a try. Would that be something you could test since you seem to be able to repro...