Skip to content

Infinite recursion while paging? #147

@jeroen

Description

@jeroen

When we automatically traverse pages, gh seems to run into some infinite loop and finding many more results than expected

# Find the number of repos for user 'rforge'
user <- gh::gh('/users/rforge')
print(user$public_repos) #2132

# Actually list these repos:
repos <- gh::gh('/users/rforge/repos', per_page = 100, .limit = 1e5)

This is gh_1.2.0.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugan unexpected problem or unintended behavior

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions