Marc Anguera
Marc Anguera
Closes #646 - [ ] Make tests pass - [ ] Enable code coverage report **NOTE** Will squash at the end
TravisCI worked really well for years, but after all changes they made in latest times, also for OSS projects... time to say 👋🏼 GH Actions are really cool and flexible...
[rdiscount](https://github.com/davidfstr/rdiscount) seems quite unmaintained these days, I'd like to propose to move to [kramdown](https://github.com/gettalong/kramdown) or [redcarpet]( https://github.com/vmg/redcarpet). https://www.ruby-toolbox.com/categories/markup_processors
Allow to call emails with different parameters instead of those defined in hooks, via interface.
Diff: https://github.com/ondrejbartas/sidekiq-cron/compare/v1.7.0...master
Hi @hothero, I'm maintaining [Awesome Ruby](https://github.com/markets/awesome-ruby). I think would be very useful, for users arriving here, to add a link back to Awesome Ruby project, since it also hosts a...
@sseerrggii it seems that https://community.coopdevs.org is down 🤔? In that case we should think something to replace a couple of mentions: https://github.com/search?q=repo%3Acoopdevs%2Ftimeoverflow%20community.coopdevs.org&type=code, assuming we don't want the Discourse back.
Full diff: https://github.com/sidekiq-cron/sidekiq-cron/compare/v1.12.0...master @ondrejbartas @honzasterba Do you agree with this release? Since [`namespaces`](https://github.com/sidekiq-cron/sidekiq-cron#namespacing) is a quite big feature (although retro-compatible with v1), I think it's good timing to start a...
Right now, we're supporting YAML and JSON files as the DB ("the collection"), let's add support for CSV too 👌🏼