Marc Köhlbrugge
Marc Köhlbrugge
Any ideas why I might getting the following error? `Error: Input required and not supplied: github-token` I've followed the README example and set the github-token. My `automerge.yml` looks like this:...
When a regular group is upgraded to a supergroup chat it gets a new chat ID. Unfortunately that means the former chat ID is no longer usable and will just...
### Description I just upgraded to 2.0.0 of this gem and am now receiving the following exception when doing a search: ```ruby Algolia::AlgoliaHttpError: This host is read-only (ie. this is...
Right now when a verification fails in `rake letsencrypt:renew` it raises `Letsencrypt::Error::VerificationError` and aborts verifying any further domains. Would it be worth making this behaviour configurable, so rather than completely...
This is untested, but I was wondering if you'd accept a PR like this? It aims to solve https://github.com/ryanto/acts_as_votable/pull/173#issuecomment-753360866 and make it easier for other people to add similar callbacks.
Would you consider making this gem compatible with [CarrierWave Backgrounder](https://github.com/lardawge/carrierwave_backgrounder) and [Delayed::Job](https://github.com/collectiveidea/delayed_job)? The gem currently doesn't work with those, because it relies on virtual attributes as defined in `crop_uploaded`. These...
I have the following validation in my model: ```ruby validates :input_image, attached: true, content_type: ["image/png", "image/jpeg"], dimension: { width: { min: 10, max: 5000 }, height: { min: 10, max:...
I'm using a counter cache to set `followers_count` on my followable model. Unfortunately the gem seems to override my attribute getter with its own method. So calling `record.followers_count` still calls...