Pierre Cavin
Pierre Cavin
Posting the `kerl` PR fixing this issue here for reference: - https://github.com/kerl/kerl/pull/521
> As the PR seems ready to go, we would love to see it merged as node-cron has several critical bugs. Hi, I would love to know what kind of...
Not really, because day-of-month and day-of-week work as a union and not an intersection. So basically the `{x}#L` string is a feature of its own. Having said that, it would...
But that's a feature of its own, and implementing `{x}#L` should be way more straightforward.
Hi, thanks for reporting! I must admit my knowledge stopped here: > This expression translates to “Run at the midnight if it’s the first day of the month OR Monday”....
Hi there, thank you for your suggestion! Unfortunately, we do not provide that feature at the moment. `cron` focuses on the scheduling part, and for use cases like yours, the...
Hey @mwgamble, sorry for the delay. That would be a great addition to `cron`, and we would gladly entertain a PR if you'd be willing to work on it! Don't...
Hi @Sho-ki, thanks for the suggestion. However, our goal with `cron` is to depend as little as possible on other packages. Moreover, the objective of this feature request is to...
From what I've observed on https://github.com/insurgent-lab/commitlint-config/pull/99, upgrading `conventional-changelog-conventionalcommits` to v8 in `config-conventional` breaks the `!` in commit titles: ``` validMessages: [ 'fix: some message', 'refactor!: some message', //
I came up last month with a Renovate configuration that keeps `hexpm/elixir` up-to-date in my Dockerfile. After stumbling upon this issue this morning, I created a minimum reproduction repository, and...