Peter Fabian
Peter Fabian
I discovered this only after implementing our own version, but this seems to work for us without the token. Maybe it will be useful to someone: yml file: ``` -...
Hi, just a quick and dirty fix can be found in the small mashup I created if you guys are interested... http://peterfabian.github.io/justiswipe_flickr_gallery/
@su-narthur as far as I remember, it's a very simple hack, I just tied the `window.onresize` event to [`artificialResponsiveness`](https://github.com/peterfabian/justiswipe_flickr_gallery/blob/master/js/flickr.fetch.js#L4) function in `flickr.fetch.js` in my repo (which just triggers recalculating of...
This is supposedly closed by #34499
Side note from a quick look: not totally sure why we're not using the solution proposed for WP core in the [trac ticket](https://core.trac.wordpress.org/ticket/42061), i.e. ``` defined( 'REST_REQUEST' ) && REST_REQUEST...
We should also check how this behaves with custom order statuses (and that it's 100% the same).
Can you please rebase and reyodify when you get a chance? (not urgent).
Should this PR also handle: - calling of the protected method [over here](https://github.com/woocommerce/woocommerce/blob/trunk/plugins/woocommerce/src/Internal/Admin/ProductReviews/Reviews.php#L133-L138) - calling of private methods [over here](https://github.com/woocommerce/woocommerce/blob/trunk/plugins/woocommerce/src/Internal/Admin/Orders/PageController.php#L82-L90) ? Aside from this, the code looks fine. Where do...
~Let's make `Add Product Image` handling consistent with WP if possible, then.~
As this has been raised again in p9F6qB-9VL-p2, I had a closer look at this again. I tried to upload a large image via `Set product image` or `Add product...