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
As I described in #234 `request` is slow and deprecated. This change
replaces it with `axios` which is a better alternative. This also
removes the proxy configuration because it wasn't even working (no
`.get()` when setting the defaults) and `axios` supports `http_proxy` by
default (I tested)
0 commit comments