Ryan McCue

Results 402 comments of Ryan McCue

That is very strange behaviour indeed. Core uses `current_time( 'mysql' )` to get the date/month; is it possible your server's time is set incorrectly?

So from memory, this is basically intentional not to have it. Effectively, the uniqueness contraint would be on every column (minimum of hook, args, site, nextrun, and status), so the...

> It's not a massive amount of extra storage per row, one 32bit column, and the index only needs to be against the hash in this case so it's not...

If Relay works similar to our solution and caches misses on each node, then you won't be majorly affected by this either.

Per the readme, we [only support installation via Composer](https://github.com/humanmade/S3-Uploads/tree/master?tab=readme-ov-file#getting-set-up), and it's your responsibility to load the autoloader: > Note: [Composer's autoloader](https://getcomposer.org/doc/01-basic-usage.md#autoloading) must be loaded before S3 Uploads is loaded. We...

Specifically, looks like this is being triggered when `ms_load_current_site_and_network()` returns false in the cases that aren't `ms_site_not_found`. wp-cli hooks in to `ms_site_not_found`, but there's also `ms_network_not_found` and a straight up...

> If we are OK to go with the wpackagist-plugin version, this is ready to go. ~I want to ensure we're only using Packagist; the dep from 10up should be...

I'm 98% certain it's due to us using an old version of Minio that doesn't support the new signature algorithms the SDK uses now - which we haven't updated since...

The biggest issue here is deciding whether AD is authoritative; i.e. if a user has a role and they don't have it in AD, should we remove it? Those could...