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
gh_next(), gh_prev(), gh_first() and gh_last()
now work correctly again (#181).
When the user sets .destfile to write the response to disk, gh now
writes the output to a temporary file, which is then renamed to .destfile after performing the request, or deleted on error (#178).