Ahmed Saed

Results 39 comments of Ahmed Saed

> I may be misunderstanding here, but it would still be possible to get all async tasks (and, optionally, only async tasks) if we support this new option of include_async_actions...

Awesome, if u agree on making this new query argument, I can do the PR to add that, and make past-due rely on it, OK?

@piotrbak what should we do here? do we need to still support older versions of WooCommerce or rely on the latest version?

instead of checking the WP version [here](https://github.com/wp-media/wp-rocket/blob/74a8c93d41a8b72b3a197aaadd53c048aa99ef93/inc/ThirdParty/Plugins/Ecommerce/WooCommerceSubscriber.php#L591-L595) to detect if jQuery Migrate is enqueue or not, we can use the function [wp_script_is](https://developer.wordpress.org/reference/functions/wp_script_is/) to check if its enqueue or not. Then...

We would need to fill Cloudflare Bot safelisting form here: https://docs.google.com/forms/d/e/1FAIpQLSdqYNuULEypMnp4i5pROSc-uP6x65Xub9svD27mb8JChA_-XA/viewform I'm discussing with JB and Mostafa the details to be provided and will subit the form once I get...

For @piotrbak action: @mostafa-hisham Changed the user-agent header from the SaaS to be a real browser and this solved the issue and I believe he confirmed that with @vmanthos I...

After searching I got that there is an issue on IOS with Safari related to using `touchstart` or `touchmove` without using `touchend` which make the links double click issue (...

@alfonso100 Thanks for taking time to get the whole selectors. I believe we don't need to have the generic one `#thb-` and only add the ones that we can see...