Nik Wakelin

Results 7 issues of Nik Wakelin

#### Purpose The JSON API spec allows for the [relationships key](http://jsonapi.org/format/#document-resource-object-relationships) to include one of `data`, `links` or `meta`. The current parsing logic for the deserialiser raises an exception unless...

Hi, First off, thanks for the package! I'm encountering a somewhat odd bug. I'm using `video-stream-merger` to let my customers narrate over top of a screen share. I was having...

bug
upstream

As per http://support.google.com/webmasters/bin/answer.py?hl=en&answer=80472#1 It is tested, but it's missing help, I could add that to a Wiki page or to the README if you'd like? Also, you may or may...

As a result of [Rails PR#47463](https://github.com/rails/rails/pull/47463), serialization is now type-checked, and so the approach of dynamically deciding when calling `#load` and `#dump` no longer works. This means that you'll get...

https://github.com/XeroAPI/xero-ruby/blob/master/lib/xero-ruby/api_client.rb#L263-L268 When disconnecting a tenant, the gem issues a secondary request to list connections. This is a slightly strange API - generally I would expect a method like this to...

Hi Folks, I was using this gem to implement "Sign in with Slack", and ran into a couple issues figuring out what's happening with the OAuth scopes. It seems like...

Adds two new configuration settings: * Configure how many times raygun4ruby should retry sending the error to the Raygun servers using `error_report_max_attempts` (defaults to 1) * Configure whether or not...