Marcus

Results 19 comments of Marcus

I'm having the same problem when unpublishing an entry doesn't remove it from the algolia index. I understand that I could use ->status() in the criteria and then filter by...

Hey @janhenckens , thanks for the speedy response, I've subscribed for that bug now. I'm not using `splitElementsOn`, I haven't tested it to be honest but will give it a...

Same issue, using turbo does work for me but it's not ideal that something so fundamental should be broken

No update for this? I've updated to Next 15 which has broke Turbopack, tried reverting to Webpack but still getting this issue HMR does reload the styles, but the classes...

I'm having the same issue with craft `assetusage/default/list-unused {volume}` - except that it lists every asset rather than deletes them. Going to any of the assets it lists in Craft...

I've actually experienced the same issue with another plugin - https://github.com/zackad/prettier-plugin-twig - maybe it's a prettier core issue?

We're using Cookiebot for cookie compliance for GDPR etc and they categorise the `mapbox.eventData` Mapbox data as "statistics", which [they describe as](https://www.cookiebot.com/en/cookie-declaration/) > "Statistic cookies help website owners to understand...

@paulwaddington is correct RE cookiebot, it would needed to remove the `src` attribute otherwise the iframe will load regardless of cookie consent. Once the user accepts the relevant cookies, Cookiebot...

I'm also trying to implement tree shaking to avoid serving unnecessary plugin. I'm using Preline v2 in Next.js and instead of doing ```js import('preline/preline').then(({ HSStaticMethods }) => { HSStaticMethods.autoInit(); });...