Robert O'Rourke

Results 120 issues of Robert O'Rourke

Currently if image analysis fails there's no way to retry except by using the CLI. This will help end users by giving them something actionable rather than just a basic...

enhancement

I'm not sure if this is something we definitely want to do or just to make easier using this plugin. This feature could be added via a secondary support plugin....

This is trickier to implement but doable: - Requires file to be on S3 - Handled async via polling (start/get functions) Thinking this is low priority for anyone as most...

In the media library you can view attachment details without actually triggering the "select" action from the media modal that localises images. In some instances, e.g. when you have highlighted...

Right now the `ajax_select()` function handles parsing the `$_REQUEST` global as well as creating the placeholder attachment post, follow up actions and returning a JSON response. If this functionality were...

In some contexts the media library can be opened with a media / mime type filter. Not every provider will be able to support every media type so we should...

enhancement

This is an initial start for exploring permissions and how that should work and be ratified between the local copy of an asset and the provider's capabilities to manage the...

This lets us report on REST API body payloads as well as regular form data.

This solves the issue of the filter not being available for the first trace sent which happens prior to WP bootstrapping. Usage: ``` // In .config/load-early.php $xray_redact_keys = [ '$_POST'...

It seems there were some updates to the JS for flamegraphs, but the version wasn't updated from the 2019 date. For sites using the browser security plugin (default on Altis)...

bug