Scott Silliman

Results 17 comments of Scott Silliman

@fzhcary I noticed that your pull request failed for python2.6, python3.3 (both which are past end-of-life), and python3.7-dev (probably should be python3.7 now). I'd submit a PR of the .travis.yml,...

I've looked at the code, but don't quite grok it yet. I *think* that categories are simply internals links. I see in the code where external links are filtered out,...

I see an existing, unapplied PR which adds a 'filter by category' feature, and see it simply adds a regexp to capture the categories. I'll try that approach to capture...

@dvirginz I ended up using [chartbeat-labs/textacy](https://github.com/chartbeat-labs/textacy) instead as they were quicker to respond to pull requests, although wiki download extraction is only a tiny portion of what that lib does.

Oh god this brings me back. I don’t know what wiki author guidelines are, but if the Obama article’s authors were following them, it would seem that they associate the...

I'm afraid I'm not any help regarding that. I'm familiar with processing the giant xml dump files to access the text of the entire wikipedia website, not using an API...

I know how to do this and am willing to submit a PR, but I see a lot of outstanding PRs that appear not to have conflicts that haven't been...

While I think your idea about auto-generating docsets on the server-side is cool, I agree that it would be a huge effort. The *hack* I was thinking is (won't allow...

In my case, it turned out not to be an issue with this extension, but rather my HTMLHint configuration, which was causing all of the `

I could be misunderstanding, but it looks like you merely append that snippet to the file. if so, that isn't the correct syntax, and it should look like: ``` {...