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
{{ message }}
This repository was archived by the owner on Feb 22, 2026. It is now read-only.
Currently, a new http client is created on every request. The method that handles this potentially reads files, and those reads shouldn't have to happen on each request. Not terrible, but not ideal.