+ [2017-02-24T04:47:56Z] juliohm The website I mean is http://juliohm/github.io
+ [2017-02-24T04:48:03Z] juliohm The website I mean is http://juliohm.github.io
+ [2017-02-25T18:01:09Z] Caterpillar are there any problems? git clone bandwitdh capped at 44kB/s
+ [2017-02-25T21:31:09Z] sdaff Hey y'all

message no. 164378

Posted by sdaff in #github at 2017-02-25T21:31:09Z

Hey y'all
+ [2017-02-26T01:22:20Z] Sweet-P I have quite a few repos starred on github.com. I'm trying to use "https://api.github.com/users/myusername/starred" to get a list of them all for later parsing. However, it's only returning 30 results out of over 200. Is there something I'm missing? Here's the cli I used " curl https://api.github.com/users/myusername/starred | jq -r '.[].git_url' "
+ [2017-02-26T01:34:54Z] Sweet-P actually, I just came across the answer...correct pagination and per_page parameters are a must!
+ [2017-02-26T07:48:36Z] hweaving Sanity checking my understanding: Member A of an organization makes a private fork of a private repo.
+ [2017-02-26T07:49:06Z] hweaving Member B cannot view this private fork unless it is made available to a Team that Member B is on.