Duncan McClean

Results 409 comments of Duncan McClean
trafficstars

Yeah, I'm in the same boat with a project right now. We're currently in the process of implementing a new tour for new users but if this isn't going to...

I have managed to make a hacky solution that works for now as it was rather annoying the client. In the `Statamic\Data\Users\Redis\User` class, I rewrote the `setPasswordResetToken and `getPasswordResetToken` methods...

I agree, especially as it's something that was possible back in v2.

Actually, I ran into this the other day while reproducing this in another issue.

Which operating system are you using? Most operating systems have a limit to the number of characters that can be used as filenames. If your slug + `.md` goes over...

Confirmed - recorded a quick video to demonstrate: https://www.loom.com/share/30b02f01cc06409fac224c4dfc7bfb44

Seems to be working fine for me. I removed all the fields from my asset container's blueprint so it was left looking like this: ```yaml sections: main: display: Main fields:...

Seems related to this line in the static cache invalidation code: https://github.com/statamic/cms/blob/3.3/src/StaticCaching/DefaultInvalidator.php#L107

I've just tested this again and can only reproduce when using the Assets tag (`{{ assets:portrait }}` instead of `{{ portrait }}`) and when using the Regex parser. It doesn't...

Apologies for the delay in getting back to you! I'll try and take a look at this issue probably near the end of the week.