Antonio Sejas

Results 80 comments of Antonio Sejas

I agree that a user should be able to add their `mu-plugins`. `wp-now` should support it for most if not all the WordPress modes (plugin, theme, wordpress, playground). Our initial...

> Would it make sense to add a file to load user mu-plugins? > > **~/.wp-now/mu-plugins/0-load-user-plugins.php** > > ``` > foreach ( scandir( "~/path-to-user-folder/wp-content/mu-plugins" ) as $file ) { >...

We could add blueprint tests to wp-now to all the steps that are compatible, and catch if they break in some release. Then documenting the compatible steps would be much...

`wp-now` currently doesn't check updates. The decision was to avoid replacing the latest version by default, because you could have sites using that version and updating it for one will...

Agreed! I can prepare a PR and see if there is any pushback, which I don't expect to.

Thanks for creating the PR! I assigned the issue to you.

This has been done in https://github.com/WordPress/playground-tools/pull/324 and it's available in wp-now`v0.1.74`. Users will automatically get updated the latest and nightly versions. You can try it by running `npx @wp-now/wp-now start`...

@n3f , thanks for testing it. Yeah, not sure why `wp cli info` fails in `php-wasm/node` version and it doesn't in the web version https://playground.wordpress.net/demos/wp-cli.html Maybe it's a matter of...

Agreed, Playground CLI would be easier to use on vscode.dev . I wonder if wp-now should also use Playground CLI.

> I can see that the phar is being used because the `Hello from PHP` output is generated, by my PHP code snippet in the interactive code block to call...