Owain Cuvelier
Owain Cuvelier
Seeing a potential issue where (in this example) scheduled post cavalcade jobs are duplicated causing a race condition and posts don't publish. Will update upon further investigation
It seems tachyon is experiencing some odd behaviour when the file name include a dimension. If the origianl file had a dimension portion of the file name, the request 404s,...
Currently, Tachyon is not able to process GIFs over 5MB in size. The GIF can be uploaded, but as Tachyon is unable to generate its variants, images appear broken. To...
Sometimes jobs get stuck, and it would be quick an easy if a cli command can take a job id and change the status from running to failed.
A bug in Tachyon seems to be; if you make a request to an image via Tachyon, and the image doesn't exist, it'll return a `Content-Type` header with value `JSON`,...
An `Invalid user parameter(s)` error is thrown when adding a guest author that exists on the multisite network but the user isn't a member of the current subsite. Autosuggest doesn't...
Investigate an issue where `E_USER_WARNING` errors are not being surfaced in XRay traces, test code: ``` php trigger_error( '[test]: I am a user warning', E_USER_WARNING ); foreach ( false as...
XRay traces do not display the exact queries sent to ElasticSearch, it would be extremely useful to have this visibility.
Clean email subject of line breaks and other content that might cause SES to reject the message.
still getting a notice for `trigger_error` not being called correctly. `PHP Warning: trigger_error() expects at most 2 parameters, 4 given in /srv/www/webroot/content/hm-platform/plugins/aws-ses-wp-mail/aws-ses-wp-mail.php on line 29 Warning: trigger_error() expects at most...