John Mettraux
John Mettraux
Released [fugit](https://github.com/floraison/fugit) 1.2.0. It accepts the non-standard "/15 * * * *". Released rufus-scheduler 3.6.0 which fails on invalid cron strings, with a better error message. Fugit is the parsing...
@northox @jfrioux I think the commit above solves it. Please tell me if not. Thanks again for reporting that!
@jfrioux wrote in https://github.com/floraison/pollen/pull/5 : > Though, just tested with commit floraison/flor@465d4ed, on Ruby 2.3.8 and 2.6.6 and the issue remains when return is unquoted. Reopening...
Probably due to lacking TZ info on mingw platform.
When job resumes (from `Job#resume` or `Scheduler#resume`), and `discard past == false`, past occurrences should trigger. Careful.
To make maintenance simpler.
- [ ] focus on ecin's question reformulated as "what's the point of `next_time == false`?"
> So, I don't think it's a good idea to assume it's available everywhere. Since you install Homebrew, can you `brew install xzcat` right before installing ruby-install? If it's too...
https://github.com/postmodern/ruby-install/blob/master/.github/workflows/shunit2.yml
`Fugit.parse_cron` and `.do_parse_cron` are about cron expressions in the `man 5 crontab` sense, while `Fugit.parse_cronish` and `.do_parse_cronish` accept cron expressions and strings like "every day" or "every month on the...