+ [2020-04-08T23:23:27Z] drleviathan where is a good online pastebin-like site to host a temporary foo.tgz file?
+ [2020-04-08T23:24:04Z] mazula gist github then delete the gist?
+ [2020-04-08T23:27:22Z] drleviathan oh yeah, there is the magic-wormhole trick. mazula, have you heard of it?
+ [2020-04-08T23:29:47Z] mazula Get things from one computer to another, safely ?
+ [2020-04-08T23:30:34Z] drleviathan it is a peer-to-peer (but goes through a relay if necessary) file sharing tool for these kinds of things

message no. 179090

Posted by mazula in #github at 2020-04-08T23:04:16Z

:)
+ [2020-04-09T01:16:45Z] gdoteof i have a repo with hundreds of contributors, and i want to create CODEOWNERS file i can get contributor names from but am not sure how to get a list of handles. i can only see 100 on the contributor list
+ [2020-04-09T01:18:29Z] R2robot through the api?
+ [2020-04-09T01:21:07Z] R2robot 100 is the default limit, there is a link in the header to subsequent pages
+ [2020-04-09T01:21:51Z] R2robot actually 30 is the default limit, 100 is the max
+ [2020-04-09T01:36:49Z] gdoteof thanks. yeah it was definitely the API.