Is that possible to extend the repo limit from eight to a larger number?
zhimin-z opened this issue · 3 comments
After trying it, I really love this tool!
However, I find it a bit inconvenient when we want to compare the star tracks between more than eight tools, wondering if we can extend the limit.
Thank you for the kind words @zhimin-z !
I think the limit can be extended. Basically need to change maxReposAllowed
here:
StarTrack-js/src/utils/StargazerLoader.js
Line 15 in a24246d
I think that's it, however we need to test it.
Would you consider opening a PR with this change?
Thank you for the kind words @zhimin-z !
I think the limit can be extended. Basically need to change
maxReposAllowed
here:StarTrack-js/src/utils/StargazerLoader.js
Line 15 in a24246d
, and add a color here:
I think that's it, however we need to test it.
Would you consider opening a PR with this change?