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
When retrieving resources, we may want to get files via http, git, scp, etc.
Lets provide a util/function/whatever that will wrap the calls with retry and timeout logic.
We may be able to extend the package fetcher util to support multiple download protocols. It's likely the git fetch mechanism will be useful in the upcoming plugin installer.
The text was updated successfully, but these errors were encountered:
When retrieving resources, we may want to get files via http, git, scp, etc.
Lets provide a util/function/whatever that will wrap the calls with retry and timeout logic.
We may be able to extend the package fetcher util to support multiple download protocols. It's likely the git fetch mechanism will be useful in the upcoming plugin installer.
The text was updated successfully, but these errors were encountered: