mark burdett

Results 77 comments of mark burdett

@arcanumbridge should we roll this back to the version that I tested, with BSD OS-specific logic?

I am still getting this error when doing an event registration in test mode, with version 4.7.3 of the extension. Solution was to delete myself from the civicrm_stripe_customers table.

The upgrade happened. My guess is that my customer ID in the civicrm_stripe_customers table was no longer available, either because it was deleted from Stripe, or was created with a...

I tried building imagick from the master branch and haven't found anything glaringly broken so far.

I guess this is also happening with DrupalCI on drupal.org? I noticed that tests are failing for one of my D7 contrib modules on PHP 7.3 thru PHP 8.1 (which...

Well, the problem I've seen with DrupalCI and D7 contrib modules might be unrelated to this issue - I posted a potential fix at https://www.drupal.org/project/drupalci_testbot/issues/3294386

yes I'm very familiar from local development, just took me a while to track the drupalci issue down to it :)

I found that vertical videos are cropped to fit in the 16x9 ratio, and then the play button becomes invisible, because it's down at the bottom of the video. I...

So this was remote media being embedded from a third-party site. It looks like the third-party site was generating a `` tag, which caused vertical videos to expand to the...

Ah, there is already an example of this at https://develop.sentry.dev/sdk/event-payloads/types/#logentry "JSON 2"; maybe helpful - although redundant - to copy it to this page as well...