alan-turing-institute / whatwhat

A reimagining of nowwhat in OCaml
MIT License
0 stars 0 forks source link

Fix get_all_users #99

Closed yongrenjie closed 1 year ago

yongrenjie commented 1 year ago

get_all_users only retrieves the first 100 people who can be assigned to the hut23 repository. Although this was 'good enough' for a while, this is apparently no longer OK because the list cuts off after @triangle-man, meaning that (for example) my username @yongrenjie isn't fetched (perks of having a surname starting with Y) and thus whatwhat has started thinking that May and I are the same person. 😄

https://github.com/alan-turing-institute/whatwhat/blob/12e87d2e4db10d8aa770c7819ab508f26dc33e1b/lib/githubRaw.ml#L92-L120