Ethan Clevenger

Results 34 issues of Ethan Clevenger

In all the OAuth1 implementations, I've noticed that when you retrieve a request token, it's stored both as the request token and the access token when `parseRequestTokenResponse()` calls `parseAccessTokenResponse()`. Both...

They're missing a couple of things to adhere properly to OAuth1.0a, and also send back XML, but it's here

Currently if you make a request with invalid credentials you end up with an uncaught exception. Let's handle that. Could also just return false? Up for suggestions, but due to...

If you're using the global WP-CLI, it won't include the project's Composer autoloader until WordPress itself loads and Bedrock's own code to include the autoloader happens. This means that if...

## Bug Report - [x] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/). - [x] Yes, more specifically, I reviewed the guidelines on [how to write clear bug reports](https://make.wordpress.org/cli/handbook/bug-reports/). **Describe the current,...

## Bug Report - [X] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/). - [X] Yes, more specifically, I reviewed the guidelines on [how to write clear bug reports](https://make.wordpress.org/cli/handbook/bug-reports/). **Describe the current,...

command:scaffold-plugin-tests
command:scaffold-theme-tests

On Windows ``` $ forge login What is your Laravel Forge email?: > [email protected] What is your password?: > Logging in... What is your 2FA token?: > 981182 In Crawler.php...

Have you considered extending the plugin in such a way that would determine the width of the menu on page load and use that rather than a hard-coded value? I...

I noticed when doing the build for 4.3 that I could use "hotel" but not "bed". I would wager that in FontAwesome's SVG, one is referencing the other instead of...

Pull Requests Encouraged