Adam Zieliński
Adam Zieliński
The largest files to load for the initial paint are: * `wp.data` – 13M – the WordPress installation and all its php files * `php-web.wasm` – 6.2M – the WebAssembly...
### What is this issue about? The WASM PHP crashes in chrome. It does not crash in Firefox, Safari, and node.js. See the minimal reproduction in [bug-reproduction.zip](https://github.com/WordPress/wordpress-wasm/files/9768621/bug-reproduction.zip). It consists of...
## What problem is this issue looking to solve? A pipeline that builds all the listed PHP versions would pave the way to one-click switching of the PHP version: ##...
This repository doesn't have any documentation at the moment. Let's add some. I will soon publish a make.wordpress.org post with plenty of technical details – it will make a great...
Let's run Gutenberg e2e tests on this repository to prevent regressions.
This repo could use the usual eslint/prettier setup that JavaScript repos typically use.
Similar to #1 – sometimes the page goes blank without any visible error.
## Expected result The system `` control allows me to select items using the keyboard. The `DropdownMenu` doesn't: https://user-images.githubusercontent.com/205419/182636359-3eb5d5ed-d154-488e-bcff-21ce6ade2500.mp4 It's makes working with long lists inconvenient:
A part of https://github.com/WordPress/gutenberg/issues/44410. Supersedes https://github.com/WordPress/gutenberg/pull/44595/ due to a branch naming collision ## What? [In @dmsnell's words](https://github.com/WordPress/gutenberg/pull/44478): > My worry is that we say you can search for a given...
## What is this PR doing? Explores building PHP with libcurl support CURL builds, PHP builds with the `--with-curl` flag, `curl_init()` etc run as expected. However, running the following PHP...