bgreenlee / sublime-github

Sublime Text 2/3 plugin that provides a number of useful commands for GitHub.
MIT License
455 stars 98 forks source link

Add proxy support #40

Closed astratto closed 11 years ago

astratto commented 11 years ago

The first patch simply adds a visible message when a ConnectionError occurs. This is quite useful, because previously it failed silently and I had to skim through the console logs in order to understand what was wrong.

The second patch adds proxy support, but note that https support is buggy in requests. I've been tracking the related issues [1, 2], but should work properly once they're fixed.

bgreenlee commented 11 years ago

Thank you!