Stuart Cusack

Results 59 comments of Stuart Cusack

I just ran into this problem.

> @stuartcusackie and @tobinski could you please click the 👍 icon above to vote for the feature. I'm not sure if they can count the +1 in texts automatically. done.

I wonder if that solution will also cover things like: ``` \Statamic::tag('nav:collection:pages')->params(['select' => 'children|title|url'])->fetch(); \Statamic::tag('collection:blog')->fetch(); ```

I would go further to say that this is a medium sized issue. If you've ever tried processing a 20mb image with glide and generating reponsive sizes / fallbacks you...

While we're on the subject, there are a couple of more validation rules that would help me avoid asset related crashes: - File type: A client uploaded a PDF to...

Can confirm. These escaped urls are definitely causing problems for my sync script. Running the command twice seems to be the best way to go for now, but note that...

Just ran into this problem. First my account was locked, then the IP address was blocked. I make one call every hour / 24 calls per day.

This one is still a problem I am afraid. Statamic 3.4.*

Just ran into the same trouble. Followed this guide: https://statamic.dev/tips/using-an-independent-authentication-guard

Looks like it's just a case of adding an additional password reset config in **config/auth.php** Example: ``` 'passwords' => [ 'resets' => [ 'provider' => 'users', 'table' => 'password_resets', 'expire'...