Adam Zieliński
Adam Zieliński
1. Go to discussion options: https://playground.wordpress.net/?url=/wp-admin/options-discussion.php#show_avatars 2. Uncheck "Attempt to notify any blogs linked to from the post" 3. Click save 4. Notice the option is still checked Devtools error:...
Let's create resources for Playground users to cover topics such as: * How to test new WordPress features? * How to translate WordPress? * How to test a plugin or...
Topics to cover: * https://github.com/WordPress/wordpress-playground/issues/1074 * https://github.com/WordPress/blueprints/issues/64 * Development environments (wp now, VS Code) * WordPress extensions ([WordPress Playground plugin](https://github.com/WordPress/playground-tools/releases/tag/v0.1.65), [WordPress Playground block](https://wordpress.org/plugins/interactive-code-block/))
## What is this PR doing? Intercepts all network traffic coming from PHP and handles `http://` and `https://` requests using `fetch()`. This enables using the native networking features of PHP...
It would be useful to be able to run command palette tasks as a part of preparing the WordPress instance. I'm interested in use-cases and what kind of setups would...
Playground only runs a single PHP instance at the moment, which makes it impossible to request the following PHP file: ```php
This recent report doesn't provide enough information to reproduce or reason about it" ``` What happened? Not loading Logs [28-Mar-2024 02:42:03 UTC] Playground Error: RangeError: WebAssembly.instantiate(): Out of memory: Cannot...
Let's make sure new contributors have a clear way of contributing documentation. This will come handy on the Yoast Contributor day, WCEU contributor day, and go a long way towards...
## What is this PR doing? Related to https://github.com/WordPress/wordpress-playground/issues/1152 Preserves the symbol names in web PHP builds to enable debugging based on the reports collected by the [error reporting modal](https://github.com/WordPress/wordpress-playground/pull/1102)....
When I go to https://playground.wordpress.net/?php=7.1&wp=6.4&storage=none, I see the following errors in devtools. Playground still works, though. ``` MySQL query: INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('theme_mods_twentytwentyfour', 'a:1:{s:18:\"custom_css_post_id\";i:-1;}', 'yes') ON...