Gary Pendergast

Results 48 issues of Gary Pendergast

The extension currently just uses a generic icon, it should be replaced with something project-specific. Some things to consider: - While this project is associated with WordPress, it doesn't necessarily...

Needs Design

When text has been given a custom colour, it will have a style name something like `"{\"FG\":\"textColor3\"}"`. The actual colour of the text appears to correspond to a value return...

[Type] Enhancement

Gutenberg has suffered from not testing as non-admin users, adding user switching would encourage doing that more.

[Type] Enhancement

This should be able to run PHPUnit tests for Core and Gutenberg, as well as QUnit tests for Core and Jest tests for Gutenberg. Fixes #29.

[Type] Enhancement
Needs Refresh

**Describe the bug** When running TestPress on a clean system, with a fresh checkout of WordPress, creation of the `wp-config.php` file will fail. **To Reproduce** Steps to reproduce the behaviour:...

[Type] Bug
[Service] Docker

Fixes #30. ## Testing **Applying Patches From the Browser** - Install a userscript browser extension. [Tampermonkey](https://tampermonkey.net/) works everywhere. - Visit http://localhost:21853/testpress.user.js - Open a ticket on core.trac.wordpress.org. - Click the...

[Type] Enhancement

We need to add an `.eslintignore` file to ignore the `build` and `node_modules` directory. After that, there are a handful of errors that need fixing.

Good First Issue
[Type] Task

If one of the calls in `registerJob()` takes a long time to run, it can block the TestPress window becoming available. All of the service registration functions should be marked...

[Type] Bug
Good First Issue

Electron doesn't support Dark Mode in Windows, but we can manually check the registry for the setting. Following [Firefox's implementation](https://hg.mozilla.org/integration/autoland/rev/48bb14249b06#l1.13), the setting is stored in the `SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize\AppsUseLightTheme` key. It's only...

[Type] Enhancement
[Platform] Windows

`MissingDaemonInfo` currently only recommends Docker for Mac or Docker for Windows. Many Windows users will still need to be using Docker Toolbox, so we should recommend that, instead.

[Type] Enhancement
[Platform] Windows
[Service] Docker