Marc Köhlbrugge

Results 44 comments of Marc Köhlbrugge

Relevant logs: ``` […] 2022-03-02T09:03:05.3668367Z HEAD is now at d24768c Merge bb8853c3d7d046c9d03120031cc47434301d719d into 4a43b4aef76dac8e28dd268559d59bd3193bf3cc 2022-03-02T09:03:05.3685407Z ##[endgroup] 2022-03-02T09:03:05.3733109Z [command]/usr/bin/git log -1 --format='%H' 2022-03-02T09:03:05.3752864Z 'd24768cd7ee1f955e12cf37d10b9b63a4d9d34fa' 2022-03-02T09:03:05.3940737Z ##[group]Run ahmadnassri/action-dependabot-auto-merge@v2 2022-03-02T09:03:05.3941039Z with: 2022-03-02T09:03:05.3941352Z target:...

@mfugate1 Thank you! That did indeed solve it

@sbeckeriv did you find a workaround? I'm running into the same problem in newer versions of FriendlyId. 5.3.0 works fine, but with 5.4.2 (and I assume even some versions before...

I've now worked around it by ensuring there are no slug candidates when the record's title is empty. This isn't ideal as I'm basically duplicating my validations, but it does...

Ah sorry, there's indeed only **one** certificate with multiple domains included. Imagine I'm running a service like squarespace.com where anyone can host a site either on a subdomain (`amazing-bananas-inc.squarespace.com`) or...

Makes sense. Thanks! I **thought** I had found a quick workaround for this part of the code: https://github.com/pixielabs/letsencrypt-rails-heroku/blob/master/lib/tasks/letsencrypt.rake#L65 By assuming that an `OpenURI::HTTPError` means the domain isn't properly configured anymore,...

Did some more digging and apparently since I'm using For (S3 cloud storage) [things get a little bit tricker](https://github.com/carrierwaveuploader/carrierwave/wiki/How-to:-Recreate-and-reprocess-your-files-stored-on-fog). After adding the code linked in that article though, I still...

> a) using an asynchronous job runner in production but not locally which delays image analyzation and therefore the adding of the width and height metadata the dimension validator needs...