Richard Hildred
Richard Hildred
using node, no bundler the following test fails ``` it("does a git init with api",async () =>{ const sDir = "test"; const sGitDir = ".git"; if (!fs.existsSync(sDir)) { fs.mkdirSync(sDir); }...
## What is this PR doing? #1186 The request is handled as though it is for a static file in packages/php-wasm/universal/src/lib /php-request-handler.ts. ## What problem is it solving? The leading...
## What is this PR doing? This pull request is composed of 3 main changes that I needed to make to host my own version at https://diy-pwa.com and consume @php-wasm/node...
The request is handled as though it is for a static file in packages/php-wasm/universal/src/lib /php-request-handler.ts. ```php function seemsLikeAPHPFile(path: string) { return path.endsWith('.php') || path.includes('.php/'); } ``` The leading sitemap plugins...
Some image links are broken moving from wordpress-playground to wp-now. I think that I had a similar problem that I solved with `define( 'WP_CONTENT_URL', '/wp-content');` in the wp-config file.
If you download a .zip from https://playground.wordpress.net/ you get a wordpress site that can be run, even with a child theme. If you create a pull request the pull request...
Need to install the following packages: [email protected] Ok to proceed? (y) y ! could not fetch remote https://github.com/chromaui/intro-storybook-react-template ! could not find commit hash for HEAD I got it to...
when I click on a file in the treeview, that file becomes the active tab in the editor. When I click on a tab in the dockview the active file...
I am trying to add --with-curl so that I can run a wordpress plugin. I started just by trying to build the php-wasm package with no changes. I get the...
## What? Bring .zip from wordpress-playground into node.js with wp-now. I also exposed the existing wp-cli code on the command line with `@wp-now/wp-now wp --version` for further testing. ## Why?...