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
The GithubClient is currently manually threaded to every widget and helper function that needs it. Given that we don't actually need there to be more than a single client active at once, we should pull this out into a singleton or module variable.
The text was updated successfully, but these errors were encountered:
The
GithubClient
is currently manually threaded to every widget and helper function that needs it. Given that we don't actually need there to be more than a single client active at once, we should pull this out into a singleton or module variable.The text was updated successfully, but these errors were encountered: