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
Would it be possible for githubkit to support streaming downloads? Specifically, I'd like to stream download_tarball_archive to avoid loading potentially large tarballs into memory, but it looks like httpx's stream property is left at the default of False.