Tim Kelty

Results 323 comments of Tim Kelty

@taylordaughtry Looks like it hasn't! Send a PR over and I'll merge with a smile.

@ostark For `expiryDate`, I was thinking we should probably be able to handle it without a cron. When we're listening for elements to add their tags, if they have an...

@ostark as it iterated through the elements, it would just update the soonest expiry date (if it was sooner than the default)

@ostark Craft now does this natively for its own cache: https://github.com/craftcms/cms/pull/11901

Would love to see this one, so we can keep everything under one roof :)

@ostark @monachilada any luck?

@larsboldt Seems like this should be a [config var](https://github.com/ostark/upper/blob/master/src/config.example.php), not an explicit env check.

I'm still unable to reproduce this. To ensure we're all on the same page, can you clone this repo and follow the instructions in the README? https://github.com/timkelty/craftcms-docker-compose note: the `role...

> you will also need to exec into the shell once its up and running with docker-compose exec web sh and then run ./craft install to install craft to the...