lars.gersmann

Results 25 issues of lars.gersmann

Hi, I like to prevent inlining packages imported like "react" and "@wordpress/components" BUT reference them from global variables. An example: `import { Button } from ''@wordpress/components';` should be transpiled to...

enhancement

If the interactive Wapuugotchi gets once rendered everywhere (i.e. at any WP Dashboard page) in the WP Dashboard: Try to use @wordpress/interactivity instead of React : https://make.wordpress.org/core/2023/03/30/proposal-the-interactivity-api-a-better-developer-experience-in-building-interactive-blocks/?s=09 React is a...

nice to have
discussion

I would like to have a standardized way to generate changelog(s) and doing semantic versioning. There are (attention: opinionated !) 2 concurrent solutions to discuss : - use commitizen conform...

discussion

the items property is currently an object with the item name as key and the complete item as object. The item object value contains also the item name. so the...

enhancement

What is the difference between root property "login": true and the "login" step in `blueprints.json` ? ``` ... { "step": "login", "username": "admin", "password": "password" }, ... ``` vs `"login"...

If i repeatedly start wp-now installing a default theme will result in an error: ``` { "step": "mkdir", "path": "/var/www/html/wp-content/themes" }, { "step": "installTheme", "themeZipFile": { "resource": "wordpress.org/themes", "slug": "twentytwentyfour"...

Providing (additional) yml support for blueprint definition would greatly improve the usability of blueprints. yml supports: - comments for explaining why a blueprint step is required (or what it does)...

It would be nice to provide override support for a blueprint just like wp-env to support individual overrides of the blueprint configuration

Development of multiple plugins (without a theme) using wp-now requires right now to use the "wp-content" mode. Unfortunately I also need to install a theme in this case using a...

I recognized that wp-now is using caching for WordPress / PHP versions but not for plugins / themes. As long i don't use Blueprints wp-now will startup incredibly fast. But...