Yannick Decat
Yannick Decat
I discovered that the `php.cli` method is accessible with `@php-wasm/universal` through `PHP`, and I wanted to test it in the browser using `loadWebRuntime`. However, it appears that the C function...
Based on issue #1819. This is an initial pull request version. I may need further guidance to ensure it is ready for merging.
## Motivation for the change, related issues Related to issue #1855 ## Implementation details Updated `express` from version `4.19.2` to `4.21.1` ## Testing Instructions (or ideally a Blueprint) ``` npm...
I found out, by installing `php-wasm/node` and `php-wasm/universal` with version `0.9.46`, that `express` will produce 8 vulnerabilities : ``` # npm audit report body-parser =0.7.5 Depends on vulnerable versions of...
### Description Added legacy eslint `jsx-quotes` rule into `eslint-plugin-jsx` plugin. ### Linked Issues #303 ### Additional context In the context of importing `@stylistic/eslint-plugin-jsx` only into flat config, rule `jsx-quotes` is...
### Clear and concise description of the problem Based on closed issue : #491 It is currently not possible to generate this code : ``` interface Example { type ?...
Based on issue #23683. **Version of emscripten/emsdk:** ``` emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 4.0.5 (53b38d0c6f9fce1b62c55a8012bc6477f7a42711) clang version 21.0.0git (https:/github.com/llvm/llvm-project 553da9634dc4bae215e6c850d2de3186d09f9da5) Target: wasm32-unknown-emscripten Thread model: posix InstalledDir:...
## Motivation for the change, related issues Based on [this issue](https://github.com/WordPress/wordpress-playground/issues/2466). Related to [this function](https://github.com/woocommerce/woocommerce/blob/8ac0f33cdf38cbdf1ca6b935309ccf9e184ccdd4/plugins/woocommerce/includes/wc-core-functions.php#L1957). It looks like the ICU data is not found when running the below Blueprint. Even...
The following blueprint is outputting errors related to the Collator class, enabled by the static Intl extension. ```json { "login": true, "landingPage": "/wp-admin/", "features": { "intl": true }, "steps": [...
## Motivation for the change, related issues To help developers familiarize themselves with the Xdebug dynamic extension, several use cases have been implemented. cc @fellyph ## Implementation details Added Xdebug...