Timothy Jacobs

Results 24 issues of Timothy Jacobs

The `Skip parent and child themes` scenario installs the stargazer theme. This theme issues warnings on PHP 8. ``` PHP Warning: The magic method Hybrid_Registry::__wakeup() must have public visibility in...

## User Story As a site admin, I want to be able to click the "Generate API Key" text to check/uncheck the checkbox on my profile page. ## Details The...

type: bug

## Feature Request Similar to #233. Add support for adding `@wordpress/scripts` as a dev dependency, and automatically include the [setup](https://developer.wordpress.org/block-editor/packages/packages-scripts/#setup) scripts in the generated `package.json`. It'd be cool if there...

command:scaffold-plugin

Similar to wp-cli/core-command#172. ``` $ wp theme activate twentyfifteen PHP Fatal error: Uncaught Error: Call to undefined function get_magic_quotes_gpc() in /private/var/folders/7d/mcmynw4x60v3y8nwlfz3ppg80000gn/T/wp-cli-test-run-check-core-update.feature.19-5fac5886b01f93.25946184/wp-includes/load.php:610 Stack trace: #0 /Users/timothybjacobs/Workspace/wp-cli-dev/wp-cli/php/wp-settings-cli.php(339): wp_magic_quotes() #1 /Users/timothybjacobs/Workspace/wp-cli-dev/wp-cli/php/WP_CLI/Runner.php(1253): require('/Users/timothyb...') #2...

I don't think it's very likely, but `curl_init` can return false. `Requests_Transport_cURL` doesn't check that the return value is not false before calling `curl_setopt`. On PHP 8 this causes a...

The `Requests_Cookie::domain_matches` method checks that the domain is not an IPv4 address. Should it also check that it isn't an IPv6?

The `curl.before_multi_exec` and `curl.after_multi_exec` hooks fire against the `$request` hook instance instead of the one in `$options`. In the vast majority of cases this probably is irrelevant. But could be...

I'm trying to check if an argument is defined. I need to distinguish between the default value, which is valid to be passed manually, and the argument not being defined...

enhancement

We need to update the plugin so that when it is running on WordPress 5.6 it doesn't output its UI and doesn't register the authentication actions. Right now, the UI...

# Non-Redirect Flow ![image](https://user-images.githubusercontent.com/3460448/94350471-a14a0880-001c-11eb-860f-f281581f8e13.png) ![image](https://user-images.githubusercontent.com/3460448/94350501-e0785980-001c-11eb-88ac-5c42439adfc7.png) # Redirect Flow ![image](https://user-images.githubusercontent.com/3460448/94350462-93948300-001c-11eb-8751-c975efde260a.png) # Error States If the Application Password request is invalid. This would typically indicate a developer error that shouldn't have been...