-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
One of Anthony's avatars is breaking out #4777
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The reason for this issue is that he uses two email addresses in git to commit. |
We can do a dedupe based on the resolved avatar url |
I’m afraid we can't, as I’ve noticed the avatar URLs are generated by MD5 hashing the email addresses. https://github.com/vueuse/vueuse/blob/main/scripts/changelog.ts#L57 |
I tried to solve this a few months ago. The only solution I could find was to create a list of common aliases for regular contributors. |
I don't mind doing that either |
Uh oh!
There was an error while loading. Please reload this page.
Funny bug, but on every page I've opened Anthony shows up twice in Contributors section (even tho his nickname is mentioned only once in contributors.json). For example - https://vueuse.org/core/useDocumentVisibility/#contributors
The text was updated successfully, but these errors were encountered: