James McKinney

Results 188 comments of James McKinney

> is there a natural way to test for this infrastructure? Do most packages include translation testing in their test suite? Ideally without complicating things much? Different projects do different...

I don't think it makes sense to repeat navigation. To fill the space, users might want to configure `html_sidebars` to display some homepage-specific content instead (e.g. the organization behind the...

I agree that this would be simpler than looking up a job id in the [listjobs.json](https://scrapyd.readthedocs.io/en/stable/api.html#listjobs-json) endpoint (which is what I do). That said, given limited maintainer capacity, I think...

@atranou It is open. Thanks for your interest!

Sure, @jeremybmerrill. Using Tabula from git HEAD, with that PDF, Tabula either: 1. Moves a cell that should be in the same row as other cells into a new row...

I've put a gist to compare the two CSVs here: https://gist.github.com/jpmckinney/6921697 The copy-and-paste method creates more empty rows, but those are very easy to clean in post-processing. It adds an...

Yup, that's what I mean by point 1. Yeah, #16 seems to be the solution. I was originally going to hack together a script to find rectangles, tesseract each rectangle,...

This seems reasonable!

The default `setup.py` file has the line: packages = find_packages(), Can you try setting it to a list of modules (including the module for the Django project)?