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 the analysis for #17, we detected many cases where PyGitHub is missing some value that it needs, thus calling __completeIfNeeded which triggers an additional API call.
We should investigate all cases where this happens, to see if it can be avoided by proving some additional values when instantiating objects or calling methods, thus avoiding PyGitHub's need to fetch those values from the server.
The text was updated successfully, but these errors were encountered:
During the analysis for #17, we detected many cases where PyGitHub is missing some value that it needs, thus calling
__completeIfNeeded
which triggers an additional API call.We should investigate all cases where this happens, to see if it can be avoided by proving some additional values when instantiating objects or calling methods, thus avoiding PyGitHub's need to fetch those values from the server.
The text was updated successfully, but these errors were encountered: