Bero
Bero
The Playground plugin supports snapshot exports. We need to ensure these snapshots work in Playground. The main difference is that Playground uses `wp-content/database/.ht.sqlite` and that plugin uses `wp-content/database/database.sql`. These two...
Today if you want to enable the error listener on your site there is no way to access the `logger` instance used by Playground internally. This requires you to install...
Having networking disabled by default is a performance improvement, but working networking is something most of us expect out of the box. I suggest that we enable networking by default...
We are considering printing some cards for WCEU that would include QR codes to preconfigured sites. The idea is that people could come to our booth and get a store,...
Playground currently has a Node package that is used by products like wp-now. Would it be useful to add a `@wp-playground/server` package that starts an Express (or similar) server with...
Fixes #1186 ## What is this PR doing? ## What problem is it solving? ## How is the problem addressed? ## Testing Instructions
Implements #133 ## What is this PR doing? ## What problem is it solving? ## How is the problem addressed? ## Testing Instructions
Report https://wordpress.slack.com/archives/C06Q5DCKZ3L/p1711960560447319 Reproduction URL: https://playground.wordpress.net/?php=8.3&networking=yes&url=/wp-admin/plugin-install.php Some code in `0-playground.php` is deprecated. We should update it to remove warnings. Log message ``` [02-Apr-2024 06:38:22 UTC] PHP Deprecated: Calling ReflectionProperty::setValue() with a...
Now that error reporting is live, we could take some extra time to improve what data is logged and how it's being displayed. Most logs currently use JS `console....` for...
By default, WordPress doesn't support ports in multisite domains, but there is [a workaround using this code](https://wordpress.stackexchange.com/questions/212978/multisite-network-port-num-issues). We currently use a [proxy to create playground.test](https://github.com/WordPress/wordpress-playground/blob/37b22519bb4e344bf16dfcbb143f670dfd4de530/packages/docs/site/docs/13-contributing/02-code.md?plain=1#L45) for local multisite development. But...