I have noticed that offline-issues saves only first 30 comments from an issue.
For example, the following call
$ offline-issues fritz-smh/yi-hack#118
only saves comments until this one.
I have changed getComments function so that it sequentially requests comments and updates '?since=' parameter to the timestamp of the last fetched comment.
I have noticed that offline-issues saves only first 30 comments from an issue. For example, the following call
$ offline-issues fritz-smh/yi-hack#118
only saves comments until this one.I have changed getComments function so that it sequentially requests comments and updates '?since=' parameter to the timestamp of the last fetched comment.