Emanuele D'Osualdo
Emanuele D'Osualdo
I did some experiments and it would seem that the Evernote library for Python 3 does not support proxies, unlike the one for Python 2. Adapting it so it works...
@tommarien Not that I know of: I cannot reproduce the issue with the networks available to me. Additionally it's the Thrift protocol which seems to go wrong and it's a...
@zwpaper It would seem that the problem arose only after updating to ST 3065 so a possible workaround would be to downgrade your ST3 version... Should you decide to try...
@BattoorCjorn just to check, what happens if you set the evironment vars locally? Like in a Batch file with `set` and starting sublime?
I see. Thanks for the clarification. Unfortunately I am not very experienced with this aspect. Does anybody know if messing with `os.environ` from within ST can help?
@BattoorCjorn yes, I noticed that as well but since THttpClient uses http.client I was wondering if there was a way to just set the http.client proxy setting globally. in fact...
Hi, this never happened to me. Have you managed to troubleshoot the issue?
Can you elaborate? Do you mean you want to style the rendering of the markdown, or the rendering of the syntax highlighting? There is a page in the wiki that...
Yes, as it stands `` in your code). If your intention is to put `
Hi, this is certainly something that can be easily added and could be useful to others. I'll add it to the todo list for next release. In the meantime you...