You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
updating fellow, which is used by projectz to dedupe fetched contributors, to support githubUsername.github.io url patterns would solve this source of duplication
the necessary change would be here — the regexp would be updated to support both the username.github.io format and the github.com/username format, and adding support for gist.github.com/username would be great too — with a test needing to be created for it as well:
places where duplicate contributors have popped up:
updating fellow, which is used by projectz to dedupe fetched contributors, to support githubUsername.github.io url patterns would solve this source of duplication
the necessary change would be here — the regexp would be updated to support both the username.github.io format and the github.com/username format, and adding support for gist.github.com/username would be great too — with a test needing to be created for it as well:
fellow/source/index.ts
Lines 313 to 318 in 9d1bca6
The text was updated successfully, but these errors were encountered: