+ [2019-09-15T16:36:18Z] twidi cYnIxX3: use the `per_page` parameter and also the `page` one, for example ?per_page=100 (100 is the max for github apis, and in your specific case you don't need the `page` because 32 results fit in one page)
+ [2019-09-15T16:37:01Z] cYnIxX3 You rock! thank you!
+ [2019-09-15T20:34:30Z] nedbat I have an issue with 26 thumbs-up. When I hover the emoji, it lists some names, "and 16 more". Is there a way to get the complete list?
+ [2019-09-15T20:34:59Z] nedbat This is the issue: https://github.com/pytest-dev/pytest-cov/issues/337
+ [2019-09-15T20:38:39Z] nedbat ugh, they are in the API, but you have to specify a custom Accepts header. If you don't (for example, in a browser), you get a response that says, please set the header.

message no. 174547

Posted by twidi in #github at 2019-09-15T16:36:18Z

cYnIxX3: use the `per_page` parameter and also the `page` one, for example ?per_page=100 (100 is the max for github apis, and in your specific case you don't need the `page` because 32 results fit in one page)
+ [2019-09-16T09:33:04Z] BtbN Is someone aware of a TravisCI to GH Actions migration guide? It seems like I could just write down our current travis.yml as github workflow, but I'm sure there's more efficient things to do there.
+ [2019-09-16T13:36:38Z] BtbN Is there no way to manually trigger a re-run of a Workflow?
+ [2019-09-16T14:15:50Z] dmlloyd if it uses the "checks" tab, then there's usually a "re-run" link you can click
+ [2019-09-16T14:15:54Z] dmlloyd otherwise, no idea
+ [2019-09-16T14:54:07Z] BtbN dmlloyd, It does appear to use it: https://github.com/TimoRoth/OGGM-Anaconda/commit/26e96b34259f175dc708b775ba42891a146896ad/checks but I can't see a re-run button anywhere.