Kent Richards

Results 13 issues of Kent Richards

Update examples in `README` to match recent refactor.

bug
8.x

For me, the instructions didn't work as-is. **Expected results:** Running `bin/behat --init` & `bin/behat -dl` would display the list of tests as the instructions say. **Actual results:** `bin/behat -dl` returned...

needs work

## Suggested feature Add a chart, such as a histogram, to visualize the test results. For an example, see measurethat.net. I might be able to contribute a PR for this,...

Thinking about [this issue](https://github.com/easystreet3/angular-drupal/issues/31#issuecomment-218676679), I wondered if granting Drupal's **Change own username** permission would allow the `name` field to be in the PATCH. That led me to thinking about a...

question
8.x-1.x

I'm looking for a way to use OAuth2 token bearer authentication (with the D8 branch, if it matters). I don't see any `Authorization` header in the code, so I'm guessing...

question

The exception thrown by CartoDBClient::runSql() doesn't return a valid message string, at least when the error is a SQL error. In that case, the CartoDB response is an array, which...

To solve an issue with sessions (#1), I ran the app using PHP-FPM instead of CLI PHP. That setup needs documentation.

Logging in via one browser resulted in my being logged in automatically when using another browser which should have caused an anonymous visit. ### To repeat 1. Log in using...

I can't consistently log in when running Drupal under php-pm. I suspect this is somewhat due to it running under the `cli` SAPI, based on stepping through a request process...

Running the core unit tests results in many failures. The failures appear to start at the user login assertions. After running tests, the site behaves erratically in the browser. For...