Matt Morrison
Matt Morrison
Hi Scott, I was going back over some old questions of mine, and found [this answer](http://stackoverflow.com/a/15044479/1426065) of yours about underlining in Sublime. I used the settings you suggested (slightly modified...
I've been on a programming/development hiatus for a year plus and am not up to speed on a bunch of things, so please forgive me if this has already been...
I know this is changing frequently, with the rash of new releases in the past few weeks, but it would be great if we could add some details on the...
I searched around the issues, and saw hints that there's a workaround for this, but couldn't find it. Any help would be appreciated :) Platform: Win7 Ultimate x64 ST: both...
The contents of branch SublimeText2:SCSS.tmbundle/SCSS.sublime-settings are as follows: ``` json { "extensions": ["scss", "scss.erb"], "hidden_extensions": ["sublime-snippet", "tmLanguage", "tmTheme", "tmSnippet", "tmPreferences"] } ``` I don't understand why the `"hidden_extensions"` key with...
This issue came up as a result of [this](http://stackoverflow.com/questions/39147935/errno-13-permission-denied-with-django-on-a-directory-i-dont-want-to-use) and [this](http://stackoverflow.com/questions/30730299/biopython-entrez-wanting-to-access-root-config-in-django-app) question on Stack Overflow. Briefly, when calling `Bio.Entrez.parse()`, it imports the `DataHandler` class from `.Parser`. The [first several lines](https://github.com/biopython/biopython/blob/9efd8c0e9f8fcd73c3c9b62a280912c6f5a2c9cd/Bio/Entrez/Parser.py#L166-L176)...