Pepijn

Results 9 issues of Pepijn

I don't know if you want to extend your plugin to also support to run workflows in Github Actions. But I needed it and extended your plugin accordingly. Probably it...

In sage-acf-gutenberg-blocks.php on line 104 $block['className'] should be removed. Apparently this is removed in the latest ACF version?

Great work on the new beta version supporting v4! Though I am curious where on the roadmap on the new version this limitation is set: 1. At the moment, fields...

When a chargeback is triggered, Mollie fires the webhook to update the status to "on-hold". Since in this case a subscription is already on the status "on-hold" (because it is...

Would be interesting to have a preview/draft mode included in this starter as well.

pr: enhancement

Also see https://github.com/medusajs/medusa/issues/6291 The order totals are scewed when a discount is deleted.

Vercel started charging data cache reads and writes. This pointed us into the direction of the Builder SDK where data is fetched with options `next: { revalidate: 1 }`. Meaning...

When after generation, one removes the slug and forces it to be empty, it should automatically regenerate based on the referenced field. At the moment you can store an empty...

Currently the slugifyWithCount option counts based on all locales, even when the slug field is set to internationalization. Ideally you would want to count per locale.