Simon Robb

Results 5 issues of Simon Robb

On browsers with rubber-band scrolling, scrolling beyond the top of the document leads to undesirable displacement of the image. This fix prevents scrolling beyond the bounds of the document.

### Type of issue Feature request ### Description I'd like to test a behavior that varies with the value of `__DEV__`. There isn't a way to simulate this value in...

### Describe the problem I'm using the `CookieTokenExtractor` and when the named cookie is not present in the request, the following error is returned: `error extracting token: http: named cookie...

bug

Fixes #1. - Fix 1: When the operations JSON is unmarshalled, arrays are typed `[]interface{}` not the expected `[]map[string]interface{}`, so the if-branch relating to arrays on L173 is never called....