Adam Zieliński
Adam Zieliński
@schlessera and I tried running `wp-now` on Stackblitz, but it failed with the following error. My guess is it attempted to make a network connection but Stackblitz doesn't support those:...
Once folks start using the interactive code block on their websites, it would be great to let others know how they too can include interactive code snippets in their blog...
Building the [Interactive Code Block](https://github.com/WordPress/playground-tools/tree/trunk/packages/interactive-code-block) with `nx build interactive-code-block` outputs a `.zip` bundle in `dist/packages` that can be installed as a WordPress plugin. This issue is mean to document: -...
[Interactive code block](https://github.com/WordPress/wordpress-playground/pull/168) loads php.wasm for every visitor (5MB). It's great but not always desirable. Let's support a lazy loading mode where `php.wasm` is only loaded on first interaction (e.g....
Related to [interactive code block](https://github.com/WordPress/wordpress-playground/pull/168). Uncompressed php.wasm is 5MB, gzipped one is 1.8MB. Not every host supports gzip for `.wasm` files so let's ship a custom `php_wasm.php` script that serves...
## Description Let's enable extending the interactive code block with predefined: * Libraries * Execution scripts * Output formatters I put a "SQLite Battery" in [a separate repo](https://github.com/adamziel/interactive-code-batteries) to illustrate...
### What is the goal of this amplification request? (select all that apply) Inform community/make an announcement (no action necessary) ### What is the intended audience(s) for this content? (select...
The CREATE TABLE LIKE syntax isn't supported at the moment.
Support for adjusting the autoincrement counter would be useful in Playground for resetting the default WordPress content. Right now you may get 3 or 4 or 5 pages by default,...
Let's go through the MySQL documentation pages and make sure even the complex SELECT queries are supported by the SQLite integration plugin: * https://dev.mysql.com/doc/refman/8.0/en/select.html * https://dev.mysql.com/doc/refman/8.0/en/join.html * https://dev.mysql.com/doc/refman/8.0/en/union.html * https://dev.mysql.com/doc/refman/8.0/en/intersect.html...