Serge Smetana

Results 3 issues of Serge Smetana

GitHub API allows to set Accept header to application/vnd.github.v3.diff and application/vnd.github.v3.patch to return raw diffs and patches. This raises error in Tentacat because response body is always processed by JSX.decode!....

When API instance is created with default :per_page parameter ``` ruby gh = Github.new :auto_pagination => true, :per_page => 100,... gh.repos.list ``` First request is always sent without parameters and...

Bug

warning: the Behaviour module is deprecated. Instead of using this module, use the @callback and @macrocallback module attributes. See the documentation for Module for more information on these attributes lib/porcelain/drivers/driver_common.ex:4:...