GithubHelp home page GithubHelp logo

Comments (6)

jdm avatar jdm commented on June 12, 2024

Yeah, it goes by email addresses and https://api.github.com/users/vberger doesn't have one specified, while the PR does use one.

from highfive.

huonw avatar huonw commented on June 12, 2024

More data:

(https://api.github.com/users/MatejLach vs. https://github.com/rust-lang/rust/pull/17510.patch)

I have a feeling the current implementation isn't quite enough for the high traffic Rust repo, at least compared to Servo, e.g. the contributors API endpoint is only returning the top 100 (despite the per_page=400, which isn't quite enough anyway, we currently have 614!), meaning new contributors will get welcome messages until they've landed ~20 commits. One possible way to resolve this would be to store the emails from the git history; but statefulness is sad. :(

from highfive.

jdm avatar jdm commented on June 12, 2024

Actually I was wrong; it's not email but github-login based, but it's definitely the fact that it's only pulling the top 100 contributors that's messing us up here.

from highfive.

nrc avatar nrc commented on June 12, 2024

I hope I fixed this by handling pagination properly. I guess there might still be issues with username mismatch. Lets see if that is a problem...

from highfive.

nrc avatar nrc commented on June 12, 2024

Hopefully fixed by fcffc5d I'll leave this issue open for a while and close it if we get no new instances of this.

from highfive.

nrc avatar nrc commented on June 12, 2024

Haven't seen any false positives recently, so closing.

from highfive.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.