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
During a previous meeting, we discussed ways where the tool could possibly be sped up (fast feedback is key). Some of the ways we thought should be explored:
Parallelizing NPM queries
GitHub API calls: the issue here lies on there being a max #queries /min; should possibly look to if there are plans with higher limits, or if there can be made batch calls
Github also has a GraphQL API which could be useful for us here
Possibly store everything in a DB before deploying to students
More ideas are welcome
The text was updated successfully, but these errors were encountered:
During a previous meeting, we discussed ways where the tool could possibly be sped up (fast feedback is key). Some of the ways we thought should be explored:
More ideas are welcome
The text was updated successfully, but these errors were encountered: