Al Shaw

Results 4 issues of Al Shaw

```python3 setup.py install``` Getting these errors compiling on the v3.0.x branch with Python 3.7, `mapnik-config --version` is 3.0.22 ``` In file included from src/mapnik_feature.cpp:43: In file included from /usr/local/include/mapnik/json/feature_parser.hpp:28: In...

If I explicitly set a route to capture something into params, such as ``` get %r{/api/url/(.+[^?])} do #action end ``` and I request something like /api/url/http://someurl.com/somepage.php, that regex should capture...

Remove dependency on DocumentCloud: - Add alternate PDF viewer for transcription pages (maybe the open source version of the [DocViewer](https://github.com/documentcloud/document-viewer)) - Add alternate harvester (possibly from an s3 bucket) -...

Currently, ``` noturls: value urls: http://foo.com http://bar.com :end ``` is parsed as ``` { "noturls": "value", "urls": "", "http": "//bar.com" } ``` Desired result is: ``` { "noturls": "value", "urls":...