Michael Ma
Michael Ma
I'll pick this up. Idea is to loop through pages grabbing commits until you either run out of pages or hit the SHA of the latest commit in the latest...
Having hacked on it a little, there's two ways I can see implementing this. The first assumes that commits are inserted in order which is a hacky assumption BUT requires...
We need a way to say "what was the last commit saved for the latest non master release". We could assume that commits are inserted in order which means we...
@steveklabnik Do you mean calculating commits, contributions, etc. in memory from the Github API responses? I think it could be pretty feasible, especially if you just cache it all in...
👍 On Apr 5, 2017 3:18 PM, "Steve Klabnik" wrote: > Actually, @boxtown let me give some stuff a > try first, and then we can decide what to do...