bill
bill
The start time is considered valid if it meets all of the constraints specified. Since you've only specified that every minute is valid, the current time meets that constraint and...
Later schedules are just JSON objects (do a console.log on your schedule to see what it looks like). To remove an exception, just find the one that you want to...
There are lots of different types of constraints and an exception can be made up of any combination of them. Removing them is basically just doing a filter on the...
One way would be to store a tag along with an exception (such as 'Fridays off') and then be able to remove exceptions using this tag. I don't have any...
Sure, as long as it has the appropriate test cases with it.
This is a common misconception, Later doesn't 'start' on any particular day. Later is a constraint based system where you defined what makes a particular date valid or invalid. Later...
Same issue as #81. It's jitter in the underlying interval call I think, it needs to ignore instances if they are less than the minimum schedule duration. Haven't had time...
Do you have suggested character codes for those letters? They are missing because I didn't find any characters codes that looked similar enough so that the text would still be...
https://en.wikipedia.org/wiki/List_of_Unicode_characters Anything with a value in the `#` column should work.
64-bit Ubuntu 14.04 running into the same issue.