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

Does not work in ST3 under Linux #44

Closed bgreenlee closed 10 years ago

mhenrixon commented 11 years ago

Does it work under mac os x?

Yes it does!!! woohoo

bgreenlee commented 11 years ago

Yeah, the core of the problem with Linux is that the python that is packaged with ST3 (and ST2) is not compiled with SSL. This means I have to fall back to curl, but the way my code was structured doesn't play well with python 3, which is much pickier about string encodings than python 2. I can sort it out, but it will take a bit of work.

robdecker commented 11 years ago

Is there any progress on this issue?

bgreenlee commented 11 years ago

Not yet, sorry.

robdecker commented 11 years ago

Any progress?

bgreenlee commented 11 years ago

Sorry, Rob, I haven't had time to dig into it. I will try to soon. Of course, pull requests are always welcome :)

SjB commented 10 years ago

I have this working on an Ubuntu 13.04, got the code at https://github.com/SjB/sublime-github