Marc Anguera

Results 233 comments of Marc Anguera

Yes please! @alexcorvi let us know if we can help to move this forward πŸ™πŸΌ it solves several problems (like: memory leaks, distorted images).

Maybe it's time to start considering that this repo isn't actively maintained anymore, so we should look at starting a community fork where we can add some new maintainers and...

This fork is maintained by @aselivanov. We are using it in production for some time with much better results compared to the released package in npm: ```diff - "heic2any": "^0.0.3",...

I'm trying to reproduce it, but it seems to work fine... Just tested on my app, via console: ```ruby >> Sidekiq::Cron::Job.all.size => 3 >> job = Sidekiq::Cron::Job.find('fetch_cases') => #> job.destroy...

So what's missing here @ondrejbartas @collimarco? I've never used this approach when using `sidekiq-cron` so I have no strong opinion about this one πŸ™πŸΌ @ondrejbartas proposed here https://github.com/ondrejbartas/sidekiq-cron/pull/252#issuecomment-608428282 to recommend...

Hello @collimarco πŸ‘‹πŸΌ I agree with @honzasterba, this is probably too much Rails specific in that place... I propose to create that☝🏼 new "Troubleshooting" section and move there the current...

> - having a task to migrate the jobs That option seems probably too much breaking from my pov. I'd try to avoid breaking changes, even in a future v2....

Hello πŸ‘‹πŸΌ going to close this one, as no new info or some reproducible scenario was provided... Since v1.6 we support autoloading the `config/schedule.yml` and it just works πŸ‘ŒπŸΌ. To...

Hi @ryotarai and thanks for contributing here! To be honest I'm not sure about this change, I have a couple of questions. Is there a place in the code where...

Hello πŸ‘‹πŸΌ and sorry for my late reply, was on holidays! I upgraded my apps to v1.7.0 without any problem πŸ€”, but I was not using this attribute (`date_as_argument`) before...