Osk

Results 11 issues of Osk

The usual way to debug PHP remotely with xdebug and Atom is by means of the [php-debug](https://atom.io/packages/php-debug) package. From their docs: > The IDE key for Atom with PHP Debug...

Fixes #90 Adds a new option `Atom + php-debug` with value `xdebug-atom` to the IDE select. ## Changes introduced by this PR * Adds a new option with value `xdebug-atom`...

Updates some styles on the admin page to transition into future card styles #### Changes proposed in this Pull Request: * Takes control of paddings * Adds icons to section...

[Type] Enhancement
[Status] In Progress
Admin Page
[Plugin] Jetpack

* Adds [simplify-js](http://mourner.github.io/simplify-js/) as dependency * Introduced `simplifyPath`

Enhancement
dependencies
[Block] Sketch

Something like showing a _"Draw here..."_

Enhancement
[Block] Sketch

![image](https://user-images.githubusercontent.com/746152/123710369-026d6980-d845-11eb-8d0b-49109f6ad2c0.png) The file is https://github.com/Automattic/block-experiments/blob/master/bundler/resources/a8c-waves/assets/screenshot-5.gif ![image](https://user-images.githubusercontent.com/746152/123710101-8541f480-d844-11eb-9cb5-89721ebf9309.png)

Fixes #35555 ## Proposed changes: * Removes the check for multisite that was making My Jetpack not load in subsites of multisite installations. ### Other information: - [ ] Have...

[Type] Bug
[Status] Needs Author Reply
[Focus] Multisite
[Pri] Normal
[Status] Stale
[Package] My Jetpack

We're not setting `jetpack_edit_links_calypso_redirect` anymore. This saves an unnecessary call to `get_option()` when Jetpack is disconnected ## Proposed changes: * Removes code checking for `jetpack_edit_links_calypso_redirect` from `Jetpack::__construct()` * Removes methods...

[Focus] Performance
[Status] Needs Review
[Package] Connection
[Plugin] Jetpack

Introduces a new utility function `needsUserConnection` in the shared-extension-utils package. This function helps determine if a user connection is required based on two conditions: 1. The current user is not...

[Status] In Progress
RNA
[JS Package] Shared Extension Utils