Will Bond

Results 458 comments of Will Bond

It seems that all path operations on Windows dealing with longs paths would need to prefix the path with `\\?\`. http://stackoverflow.com/questions/1880321/why-does-the-260-character-path-length-limit-exist-in-windows

I'm not opposed to the idea of moving the dependencies into something like `Packages/_deps/`. The challenges with this are: 1. Updating code to install to new location 2. Writing code...

What version of Sublime Text, and what are your environment variables for your locale?

Sorry, I thought this was an encoding issue. I see what you mean now. You can set https://packagecontrol.io/docs/settings#setting-package_destination.

Unfortunately you hit a limitation of GitHub. They won't allow you to use their services anonymously for more than a handful of requests per hour.

I would try `urllib` before `curl` on Windows.

Also, if you are getting invalid certificate errors with a proxy, it may be that your proxy is MITM'ing you. If you provide a full debug log, there may be...

If curl is in your `PATH`, then it sounds like you may need to dive into the code and figure out why it doesn't look like it is even trying...

@fteicht Ping re: proxy certificate/debug log