Ryan McCue

Results 149 issues of Ryan McCue

This appears to be required by [the Bearer RFC](https://tools.ietf.org/html/rfc6750#section-3)

Bug

OAuth 2 has "scopes", which allow apps to limit their access to user data. Scopes are required per the spec, so we need to decide what we're going to do...

Enhancement

Just to document, here's the current import flow. Unwritable uploads directory error: ![0-intro-error](https://cloud.githubusercontent.com/assets/21655/14450915/dda4a980-00c5-11e6-809a-4fab88253811.png) --- Uploading file: ![0-intro](https://cloud.githubusercontent.com/assets/21655/14450904/dcdc90c6-00c5-11e6-9def-2e63f8b6d186.png) ![1-intro-progress](https://cloud.githubusercontent.com/assets/21655/14450905/dcdd5812-00c5-11e6-829a-6be703892c1b.png) ![2-intro-success](https://cloud.githubusercontent.com/assets/21655/14450906/dce0090e-00c5-11e6-8aab-b57c1a4a1650.png) Selecting existing file: ![1-intro-select](https://cloud.githubusercontent.com/assets/21655/14450908/dce105a2-00c5-11e6-82e1-dd9bbfb8b7bb.png) --- ![3-select-options](https://cloud.githubusercontent.com/assets/21655/14450907/dce06138-00c5-11e6-9060-5f3d81515178.png) ![4-import-0-start](https://cloud.githubusercontent.com/assets/21655/14450909/dd130b10-00c5-11e6-8b41-c114bc2ca6f8.png) ![4-import-1-progress](https://cloud.githubusercontent.com/assets/21655/14450910/dd13e8aa-00c5-11e6-8962-1c034f25a86c.png) ![4-import-2-progress](https://cloud.githubusercontent.com/assets/21655/14450911/dd143fee-00c5-11e6-9b5f-9a06801ee324.png) ![4-import-3-done](https://cloud.githubusercontent.com/assets/21655/14450912/dd168380-00c5-11e6-9dd6-51fbf949b96e.png)

Research
UI

It'd be super awesome if we could show colours in the log too.

Enhancement

Goals: - Be clear about what will happen - Pick defaults smartly Right now, it's unclear what it means if you have both a typed username _and_ select an existing...

Enhancement
UI

If you have errors without `lines`, these will be hidden from the `scan-theme` output, which is incredibly confusing. Adding `--format=json` will show this, but JSON isn't the best format for...

When using code like `$data = file_get_contents( 'php://input' );`, VIP Scanner reports a blocker-level issue of "Use wpcom_vip_file_get_contents() instead" However, from my reading of the documentation, `wpcom_vip_file_get_contents()` is for remote...

Hi there! I'm attempting to set up Hound to search the code from every WordPress plugin, which is approximately 48.5k separate repositories. I'm using #156 to avoid needing to have...

enhancement
help wanted

Currently this PR just contains the mock UI for the updater. * [ ] Investigate Electron update libraries * [ ] Actually check for updates * [ ] Add update...

For boxes created on older versions of Vagrant, or those that haven't been created yet, there's no entry in `global-status`. This causes it to be stuck as Loading forever. When...