Omar Alshaker

Results 29 issues of 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...

[Status] Needs Review
Help Center

### 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 ![image](https://user-images.githubusercontent.com/17054134/128040862-786d763c-8695-41e7-944f-1c4c43686bfe.png) ### After ![image](https://user-images.githubusercontent.com/17054134/128040989-fe6d6197-3648-4c07-96bd-2477448cb4f9.png)

@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...

[Status] Needs Review
Help Center

### 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...

[Type] Task
Help Center