We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, the plugin doesn't work when user doesn't use http_proxy. It looks this change affect it. fa83a87
irb(main):001:0> (proxy,proxy_port) = ENV['http_proxy'].split(':') NoMethodError: undefined method `split' for nil:NilClass from (irb):1 from /Users/.../.rbenv/versions/2.3.0/bin/irb:11:in `<main>' irb(main):002:0>
The text was updated successfully, but these errors were encountered:
This PR would fix this issue. #11
Sorry, something went wrong.
#12 would also fix this issue, it seems. Either way, #9 seems to add a requirement for a proxy which I think was not the intention.
Would be great to get this fixed.
@memorycraft @mlin could you please let us know when you intend to resolve this issue by merging the requested PR(s) ?
We need the fix for our code to not blow up.
Thanks.
No branches or pull requests
Currently, the plugin doesn't work when user doesn't use http_proxy.
It looks this change affect it.
fa83a87
The text was updated successfully, but these errors were encountered: