Morgan Paki

Results 14 comments of Morgan Paki

There is also a deprecation warning in PHP 7.4 for web/app/plugins/s3-uploads/lib/getid3/getid3.php on line 554 and 555

So I found a better way to achieve the animation without using the transition component. ``` Toggle {{ show }} import { useMotions } from '@vueuse/motion' definePageMeta({ layout: 'empty' });...

The issue above seems to be related to AWS and S3, even after swapping my media library to using the local storage the issue persists. Turns out regardless of your...

I tried that setup but was still receiving the error until I set Laravel’s aws configuration in the .env file. Perhaps I missed the FILE_LIBRARY_ENDPOINT and had only set the...

Thanks @haringsrob for the heads up with the FILE_LIBRARY_ENDPOINT_TYPE, that worked well... might be good to update the docs so that this is mentioned here https://twill.io/docs/getting-started/installation.html#setting-up-the-media-library

Hi guys, I think I found the issue, on line 54 of the class-checkout-mutation.php Seems that if either the ship_to_different_address or WC()->cart->needs_shipping_address() are false then the shipping fields are skipped,...

I am using the latest version of nuxt with the netlify_builder preset and isr is caching permanently, I have trigger a deployment to clear it...

I have been using this pull request as a patch and the latest version seems to be missing use Statamic\Support\Arr; from the appendConfigFields function

Apologies but the patch I am using attached to this pull request includes it also. Perhaps the patch did not apply properly for some reason.

Hi there the patch is also not applying correctly for me either for example I can see that there are some extra classes in the use statement for eample this...