Duncan McClean

Results 444 comments of Duncan McClean

Unfortunatley, I don't *think* it'll be addressed in the near future. We have [quite a few](https://github.com/statamic/cms/labels/dates) timezone-related issues open, but they aren't easy to fix because they would require changes...

Going to close this as we've just merged https://github.com/statamic/cms/pull/11409, which makes a bunch of timezone-related improvements. It'll be released [as part of Statamic 6](https://statamic.dev/release-schedule-support-policy#support-policy).

> I'm getting the correct feedback from my webhook, but it isn't reciprocating within Simple Commerce * Is the webhook showing any errors in Stripe or are the requests successful?...

Everything sounds like it should be working. 🤔 Do you see any `payment_intent.succeeded` events being sent to the webhook in Stripe's logs? > I used Stripe CLI to set up...

I've opened a pull request which'll fix this issue. You can workaround it in the time being by disabling the gate and event watchers in the Telescope config file.

Can you provide your `config/auth.php` and `config/statamic/users.php` config files?

Just to clarify… is this resolved now that you’ve added the method to your User model?

> Hi guys, here's another bug which took me literal days and an accidental variable dumping to figure out. On a production site, we are facing the problem of constant...

> This very large dataset obviously crashes the job, since we have about 20k assets just happily hanging around in the file system. Ah, just re-read your issue now and...

Yeah, it shouldn't be referencing all assets, only the ones for the form submission. 🤔 Are you using a custom email template? If so, are you able to share it?