Will Bond
Will Bond
The proper Sublime Text terminology for these is "Color Schemes" not "Themes". Themes change the UI of Sublime Text, whereas Color Schemes change the editor pane text colors. You should...
While working with the AST I have noticed the `.end_line` attribute is not properly being calculated for the last child in a document.
The most complicated part of this is testing. We need to find a reliable way to test various scenarios including: - Successful authentication - Invalid authentication - Weak certificate authentication?...
OpenSSL 1.0.x and CNG support AES GCM mode. While not publicly documented on the Apple developer documentation, it appears that AES GCM is available via http://www.opensource.apple.com/source/CommonCrypto/CommonCrypto-60061/lib/CommonCryptorGCM.c. We need to figure...
I had just upgraded a rails app using tiny_tds and activerecord-sqlserver-adapter and ran into a bug cause by me calling the following in my `config/application.rb`: ``` ruby TinyTds::Client.default_query_options[:symbolize_keys] = true...
Although there is no tracking of individual users, nor any information on a user other than IP address (and no data inferred from IP), it seems that IP may be...
https://github.com/wbond/package_control/issues/976
Add some documentation about how every file in a repo is downloaded by every user. Thus package developers shouldn't host a bunch of images in their repo. We should do...
Add documentation about how to uninstall Package Control
We should really have one