Dougal Matthews

Results 93 comments of Dougal Matthews

Hmm, strange. I'll try and have a look over the next few days.

That would be a reasoable addition. I'm not sure how we would best represent that in the configuration. Maybe something like this? ``` "keep_host": 10, "keep_dropbox": 5, ``` Then let...

Issue #13 is an example of a problem with the current “solution” which is 3. above and has users figure out docutils on their own with some brief pointers.

I tried asking on the sublime forms about packaging the app (incase somebody else already had solved this) and [had one reply](http://www.sublimetext.com/forum/viewtopic.php?f=6&t=7540&p=31908). It basically pointed me to [an open discussion...

Hrm, sorry. I guess this has changed since I wrote that guide in 2020 :) Did you manage to figure it out? If you fancied updating the README with new...

Interesting. It looks like the backups are being created, but not cleaned up. I've not seen this error before and not really sure what it means. I'd guess you have...

I guess we could handle this failure in a better way. I’ll think about it 😀 My snapshots are 5Gb!

Hi! Thanks for the report. Did you follow the brief and probably not complete enough steps in the Readme? Can you let me what you tried and what errors you...

Well, it seems that docutils actually isn't definitely (100%) installed properly in the correct Python version. Do you have multiple Python versions installed? In sublime, can you press `ctrl` +...

``` >>> import pprint >>> pprint.pprint(sys.path) ['/Users/dougal/Library/Application Support/Sublime Text 2/Packages/SublimeLinter/sublimelinter/modules/libs', '/Users/dougal/Library/Application Support/Sublime Text 2/Packages/SublimeCodeIntel/libs', '/Library/Python/2.6/site-packages/pip-1.1-py2.6.egg', '/Library/Python/2.6/site-packages/docutils-0.9-py2.6.egg', '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python26.zip', '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6', '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-darwin', '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac', '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/lib-scriptpackages', '/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python', '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-tk', '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-old', '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload', '/Library/Python/2.6/site-packages', '/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC', '.'] ```