JB Lorenzo

Results 4 issues of JB Lorenzo

### Steps to Reproduce the Problem 1. Navigate to a page with a TextField 2. Put a TextField in focus. The keyboard should appear. 3. Trigger Instabug, e.g. click on...

``` from github import Github from github import Auth auth = Auth.Token("your token") g = Github(auth=auth) repo_path = "arachnys/cabot" repo = g.get_repo(repo_path) issue = repo.get_issue(624) timeline = issue.get_timeline() print(timeline.totalCount) ```...