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
We are also running into this issue. Another option would be supporting HTTP_PROXY, HTTPS_PROXY and NO_PROXY environment variables. Most tools respect these environment variables. So it would make usage much easier, if ember-source-channel-url (and indirectly ember-try) would respect it as well.
We are having a hard-time providing a work-around because one tool used by ember-try respects the environment variables (yarn) but another one does not (ember-source-channel-url). This makes it even more difficult to use proxychains as a work-around. Because it tries route a network request through a proxy twice if the program supports proxy through the environment variables as well.
When behind a proxy,
ember try:each
will not work as the HTTP request will fall in timeout.Here is a proposition of a correction:
Then, the user is responsible to update its own
ember-try.js
configurationWhat do you think of this ?
The text was updated successfully, but these errors were encountered: