Gary Pendergast
Gary Pendergast
It's a super useful tool, but having to visit the command line is less than ideal.
It can take several minutes for Docker to download all the images it needs on first run, and there's nothing to show that it's actually doing anything.
As we do with Node, it'd be good to detect the correct version of Docker to install, and to install it. If Docker is already installed, we should detect if...
Pressing `Tab` enough times will result in hidden pages coming into view, as the elements on those pages are still tabbable.
After `grunt watch` finishes doing it's thing, we should also automatically run any relevant PHP or JS unit tests for the saved files.
If the XCode CLI tools haven't been installed, a popup will appear during `grunt build` (when `git` is used) to install them, and the build process doesn't recover.
Seems like we could use the [`@wordpress/i18n`](https://www.npmjs.com/package/@wordpress/i18n) package.
We currently use WP-CLI to add the debug options to `wp-config.php`, but because it's going via Docker, it's relatively slow for such a simple task. Doing it locally would save...
For offline install, we need to do a few things: - Bundle the Docker containers - Grab copies of the Docker installer - Grab copies of the Node zips -...
The framework for unit tests is already in, but there currently aren't any tests. I'd also like to add e2e testing, to ensure the basic functionality is all working. This...