Doug Black

Results 14 issues of Doug Black

### New Issue Checklist - [x] Updated fastlane to the latest version - [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md) - [x] I read [docs.fastlane.tools](https://docs.fastlane.tools) - [x] I searched for [existing...

status: waiting-for-reply

Tabbing out of the field currently clears the input. It would be better for it to choose the highest option.

This fixes the issue of `emit is not defined` when the csv is submitted. It also adds the events from CSV submission to the readme for ease of access.

After implementing this, I am getting a 403 with or without an active API key. Running this: ``` node /my/path/node_modules/@ta11y/ta11y -o output.log https://example.com ``` returns: ``` ✔ Extracting content via...

Addresses #4108 Adds ability to send status code, instead of a boolean value, for `send_ajax_response()` function. Example: `ee()->output->send_ajax_response(['success' => false, 'message' => 'not allowed'], 401)` This will return the ajax...

development

A person who calls has the option to opt-in for a callback reminder, so the service would callback within X amount of time to have the person call again.

## Overview Adds documentation for queue feature ## Nature of This Change - [ ] 🐛 Fixes a bug - [X] 🚀 Implements a new feature - [ ] 🛁...

unreleased-feature

It was written about in the comments, but I added it to the git.

I am calling the OAuth function and getting a successful access token. However, when using the `->getRefreshToken()` function, I am not getting anything back and it is coming back null....

Addresses issue where `php artisan eecli` was failing to grab available options and handing them off to the EECLI command. Example: `php artisan eecli import:run --id=2` would fail because `id`...