bgreenlee / sublime-github

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

Working on Ubuntu 13.04 #54

Closed SjB closed 11 years ago

SjB commented 11 years ago

Got this working on Ubuntu 13.04, I'm not able to test these changes on any other platform.

Had to change StringIO to ByteIO in sublime_request.py Convert byte strings to utf-8 string and then back to bytes in sublime_request.py

Case sensitive resp.headers index.

bgreenlee commented 11 years ago

Thanks, I'll take a look at it soon. I'm pretty sure I tried that, though, and it lead to issues on other platforms.

tored commented 11 years ago

This patch works for me now in Ubuntu 13.04. Great!

bgreenlee commented 11 years ago

Merged. Thanks!