Adam Zieliński

Results 355 comments of Adam Zieliński

CC @sejas on that `startPlaygroundNode()` function referenced above – perhaps it could be reused by or moved into `wp-now`.

FYI [WordPress Playground project](https://github.com/WordPress/wordpress-playground) runs on WASM-ized PHP 8.0 and is on track to support 8.1 and 8.2 as well: https://github.com/WordPress/wordpress-playground/blob/trunk/src/php-wasm/wasm/Dockerfile Edit: PHP 8.1 and 8.2 is now supported! There's...

@dgwyer to lint the code examples I had to: 1. Install the dependencies with `yarn --ignore-engine install` (npm install didn't work for me) 2. Manually install the eslint plugin like...

@ryanwelcher just merged https://github.com/WordPress/gutenberg-examples/pull/235 which includes this plus the linting changes

Linters and CI checks added in https://github.com/WordPress/wordpress-playground/pull/151 which should keep the code consistently formatted. Not setting up pre-commit hooks at the moment, but I'm glad to revisit if anyone brings...

> It's a [known bug in Chrome](https://bugs.chromium.org/p/chromium/issues/detail?id=880768). > > The intended behavior is an `about:srcdoc` iframe should inherit the ServiceWorker from the parent document – see the [discussion in the...

Let's track the Gutenberg PR in https://github.com/WordPress/wordpress-playground/issues/91.

Google Chrome team have been very responsive and released a series of patches since I first reported this problem ([private issue 1372621](https://bugs.chromium.org/p/chromium/issues/detail?id=1372621) for posterity). In my latest round of testing...