Rob Figueiredo

Results 101 comments of Rob Figueiredo

Agreed, it was removed as a default without updating the documentation. Thanks for catching that.

I would like this library to match https://en.wikipedia.org/wiki/Cron ... and it DOES look like @reboot is mentioned there. I must have missed it, or I didn't draw the connection to...

Actually.. I'm not sure about this. It seems like the distinction between a real reboot is important to make it much more useful. The workaround is actually easier than using...

I agree.. I would merge a PR fixing it. Thanks

What is the behavior that you observe? I believe that cron would run the next job at the originally-scheduled time (before the time change), and then it would schedule the...

I'm not sure I fully understand the use case for accepting an Entry directly.. it seems like the Schedule and Job are indeed the only things that the user needs...

Sorry, I'm having trouble exactly understanding the scenario. Can you provide code for me to replicate what you're doing?

I'm not sure, but I would like to figure it out and solve this..

Seems reasonable to me. I would accept a PR activating that, assuming it passes. Thank you.

I don't understand the purpose or effect of your change. And all changes require unit tests. Can you explain what you are trying to accomplish? Thanks