Roy Paterson

Results 7 issues of Roy Paterson

The channel headers on the "All Unreads" page are unstyled. ![image](https://user-images.githubusercontent.com/6112804/64240465-d3606800-cef9-11e9-88b5-29ca69746e8c.png) A good selector would be `.p-unreads_view__header`

# What / Why The `onRetry` callback is documented as "called whenever a retry is _attempted_", but in practice it appears to be called whenever a retry is _attemptable_. It...

# What / Why I want to measure how long successful requests take, in order to calibrate my timeout so that only the slowest 5% of requests time out. If...

The message formatting utility https://github.com/singer-io/singer-python/blob/master/singer/messages.py#L222 uses the [simplejson](https://simplejson.readthedocs.io/en/latest/) library. By default simplejson does not produce valid JSON: ``` If allow_nan is true (the default), then NaN, Infinity, and -Infinity will...

## Problem I'm trying to add an SES Email Identity and configure AWS Cognito to use it in the same CloudFormation stack. This fails because after `aws-cfn-ses-domain` creates the Email...

Tripwire doesn't seem to work properly with the latest Node 4 LTS (v4.2.4). The example in the README: ``` Javascript process.on('uncaughtException', function (e) { console.log('The event loop was blocked for...

AFAICT it's not possible to correctly :order by a field defined with the :ext_method feature. Would be very useful to me to add this.