Omar Alshaker
Omar Alshaker
💡 **Make sure to review with `whitespace` ignored (add `?w=1` to the diff URL).** #### Proposed Changes * This makes the help-center sessions persistent across navigation and page refresh. To...
### Changes proposed in this Pull Request Add "color: initial" to preserve black color inside block-editor-plain-text block Fixes https://github.com/Automattic/themes/issues/3617 ### Screenshot / Video ### Before  ### After 
@tomalec and I have talked about building a github.io website for JSON-Patch in our free time. It would yield a good marketing boost if we make one. And it's super...
https://github.com/Palindrom/JSONPatcherProxy/tree/Redesign
Thanks to `jsonpatch` all our apps assume that tree changes come asynchronously. So going synchronous is in fact the breaking change. We can leverage this and make JSONPatcherProxy asynchronous. Mind...
Consider ```js const arr = [1,2,3,4,5,6]; ``` When you `arr.shift()` what technically happens is ``` MOV 2 -> 1 MOV 3 -> 2 MOV 4 -> 3 MOV 5 ->...
#### Proposed Changes * Currently, [we start a socket connection for every Help Center user to see if they have a chat session](https://github.com/Automattic/wp-calypso/blob/fix/change-message-when-continuing-session/packages/help-center/src/components/help-center-container.tsx#L36). We need to only do that for...
### Details There is no blocker for listing the user's sites in Calypso and Editor/simple sites. Let's show the site list there. For Atomic, let's keep the "This site and...