Gary Pendergast

Results 48 issues of Gary Pendergast

It's a super useful tool, but having to visit the command line is less than ideal.

[Type] Enhancement
[Service] Grunt

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.

[Type] Enhancement
[Service] Docker

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...

[Type] Enhancement
[Service] Docker

Pressing `Tab` enough times will result in hidden pages coming into view, as the elements on those pages are still tabbable.

[Type] Bug

After `grunt watch` finishes doing it's thing, we should also automatically run any relevant PHP or JS unit tests for the saved files.

[Type] Enhancement

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.

[Type] Bug

Seems like we could use the [`@wordpress/i18n`](https://www.npmjs.com/package/@wordpress/i18n) package.

[Type] Enhancement

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...

[Type] Bug

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 -...

[Type] Enhancement

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...

[Type] Enhancement