Duncan McClean

Results 412 comments of Duncan McClean

It looks like this issue has been fixed in v5, thanks to #9593.

Anything in your Laravel log file?

@slin1233 Are you still running into issues with the thumbnails? Can you try running `php please glide:clear` to see if that helps with the thumbnails?

I'm going to close this issue now. The last activity is from mid-January & it's more of a discussion (we only use issues for bugs). If you need any further...

This is intentional. Any variables defined in a partial shouldn't be available in the scope of the template/layout. If you need to share something with a template or layout, you...

Doesn't look like this is unique to Safari. I can replicate in Arc (Chrome)... happens as soon as the toolbar goes away.

One other thing... GitHub wouldn't let me comment on the relevant lines since they weren't changed. Can we add the same sort of auto-loading magic to update scripts? https://github.com/statamic/cms/blob/51668c9cef9d20884b032a169fc9fa776debf566/src/Providers/AddonServiceProvider.php#L514-L521

> Is it possible that you are on a multi-site install and the extra event you're seeing is the entry descendant being saved? When I save an entry via the...

Just trying to figure out why `initiator` might be `null` - because we can't reproduce it... 🤔 How are you saving the entry that triggers the `EntrySaved` event? In the...

I doubt it'll fix it but could you try disabling the other listeners and keep just the `EntrySaved` one to see if that helps at all?