Adam Zieliński
Adam Zieliński
Let's address the recent feedback we've got on w.org/playground: * https://github.com/WordPress/wordpress-playground/issues/1530 * https://github.com/WordPress/wordpress-playground/issues/1529 * https://github.com/WordPress/wordpress-playground/issues/1528 * https://github.com/WordPress/wordpress-playground/issues/1517
This PR adds a `mountAfterBlueprint` option to Playground CLI to enable mounting directories after the Blueprint has finished running. ## Motivation 🚧 TBD 🚧 ## Examples ```shell npx @wp-playground/cli --mount-after-blueprint=./uploads:/wordpress/wp-content/uploads...
## Motivation for the change, related issues I couldn't use Playground CLI on the plane because `resolveWPRelease()` is always called and it requires an active network connection to `fetch()`-request the...
Let's serialize Object and Array values in `setSiteOptions` step. I just got a question about disabling WooCommerce onboarding. This Blueprint did not work: ```js { "step": "setSiteOptions", "options": { "woocommerce_onboarding_profile":...
🚧 A more involved description TBD 🚧 Large changes: - Snappy loading - WordPress, PHP, and everything needed to run the editor is now shipped with the extension. - There's...
Let's solve all the Playground block accessibility issues: https://github.com/WordPress/playground-tools/issues?q=sort%3Aupdated-desc+is%3Aissue+is%3Aopen+label%3AAccessibility Related: https://github.com/WordPress/wporg-developer/issues/520
Let's make the browser extension load Playground instantly, without any perceivable loading. https://github.com/WordPress/playground-tools/assets/205419/1628213e-f0a5-4a73-ad6a-cdd339f6bc83 We could preload it on every page, but booting Playground in 15 browser tabs would slow down...
Extracting a zip with a large movie inside says offset is invalid. Do we need zip64?
> [!NOTE] > You're the most welcome to take over this PR. I won't be able to drive this to completion before November. Do you need a reliable SQLite support?...
WIP Migrates the global app state management to redux. Gets rid of passing refs and props around. Implements routing by using the URL parameters as a source of truth for...