Adam Zieliński

Results 184 issues of Adam Zieliński

@zzap's VS Code extension crashed when running a MySQL-connected WordPress. We've narrowed it down to the reproduction case below. It's probably also present in wp-now and Studio – CC @sejas...

Bug
wp-now
VS Code

This is what my Sandbox Site looks like: ![CleanShot 2024-04-18 at 14 12 08@2x](https://github.com/WordPress/playground-tools/assets/205419/3f56c4e8-1208-4d85-b6a5-74c386c59c1b) I poked around a bit and the `%` is missing from `flex-basis: 60%` here: ![CleanShot 2024-04-18...

Bug
Playground plugin

This is a single issue to keep track of all the wp-now limitations listed in https://github.com/adamziel/playground-docs-workflow/pull/48. Let's turn those into separate issues. - [ ] #239 - [ ] https://github.com/WordPress/playground-tools/issues/26...

Enhancement
wp-now
VS Code

When working on [static site generation](https://github.com/adamziel/playground-docs-workflow/pull/48), I needed to copy `wp-content` and `wp-includes` to `../out` and couldn't do it because `../out` isn't available in VFS. I ended up generating a...

Enhancement
wp-now

`wp-now` creates some new files (e.g. Blueprint-installed theme) in my filesystem. To work on [static site generation](https://github.com/adamziel/playground-docs-workflow/pull/48) I had to run `git stash -u` every time a site is launched....

Enhancement
wp-now

Discovered when I was working on https://github.com/adamziel/playground-docs-workflow/pull/48. I don't have a clear reproduction, it's just sometimes `npx @wp-now/wp-now@latest start --reset --blueprint=./blueprint-wp-now.json` just hanged after the last Blueprint step.

Bug
wp-now
VS Code

See https://github.com/adamziel/playground-docs-workflow/pull/48 Let's also a `--login=false` CLI option when not using a Blueprint. Actually, there's a nice parallel between Query API and CLI args – maybe they could cover the...

Enhancement
wp-now
VS Code

This could be solved in Playground core by https://github.com/WordPress/wordpress-playground/issues/1182.

Here's a few errors I stumbled upon when trying to run the Playground plugin inside Playground: PHP 8.0: ``` [16-Apr-2024 21:52:18 UTC] PHP Parse error: syntax error, unexpected identifier "Closure",...

Bug
Playground plugin