David

Results 284 comments of David

Do you consider this resolved with #1609 ?

To the people who want this: Would you be okay with authorizing the app to let it make requests with your token? I can't think of any way to do...

@mithlesh4257 Writing the code for it isn't really a problem, but let's say I'm a member of `google`, which has 1148 repos. I picked ten repos at random and got...

It seems that it's possible to use the event-api to achieve this: ``` val repoCommits2 = GhService.getUserEvents(username).filter { event -> event.type == Event.TYPE_PUSH }.map { it.repo to (it.payload as PushPayload).commits...

The event API is basically useless: > Events support pagination, however the per_page option is unsupported. The fixed page size is 30 items. Fetching up to ten pages is supported,...

@lordadamson no, I've pretty much stopped adding new functionality to this project. If you wanna create a PR I'll merge it though.

Probably. Traffic is pretty low on the project these days, so I think it would also be okay to try without, then if the number of requests falls under a...

I don't have the time to work on this project at the moment, but pull requests are welcome @dolmen !

(besides the point, but your profile seems to work: https://github-profile-summary.com/user/Jiri-Kremser)

The link is generated here, so you could change it if you wanted to.