Yan Sern

Results 21 comments of Yan Sern

Having to learn both webpack and rollup is no fun! Would love to have this implemented in webpack.

**Explanation:** A RTL user liking a comment of a user (LTR) on his LTR site, the user receives the email in RTL. ![image](https://user-images.githubusercontent.com/1287077/187722740-56895a58-72f8-418b-87f2-e9410e3119ae.png)

> Since this is now centralized into the flow, should we remove the URL queries from my home and header added previously? Will take care of reverting those.

Just want to add a note about this one. Also try testing on a small tiled gallery, like 2-3 images, and see if the attributes are updated/stored properly after adding/removing/swapping...

> It looks like issue can be reproduced on Simple and WoA sites only, right? I couldn't reproduce it on a standalone Jetpack site. Applies to all places. I was...

The PR fix needs to be reworked as it is missing `data-*` attributes (technically not necessary for Edit's view but will rethink solution).

**Investigation Note:** 1. This is replicable when the browser is Zoomed In (not 100%) before opening the cropping tool. 2. As for themes with custom header, you can use Dara...

I would say the same as what the current (old) template uses.

I'm working behind a corporate firewall where everything needs to goes through a corporate proxy server. However, any hostname that doesn't have a "." in it will be granted direct...

@TimBroddin discovered that the existing implementation of state persistence `needsStoring = nextState === state;` is most likely incorrect, as it should be `needsStoring = nextState !== state;`. At the same...