Dane Springmeyer

Results 223 issues of Dane Springmeyer

To replicate: - open the atom build - go to `settings` - click `reauthorize`, do it, then after it returns... - click on any of the links on the left...

There are a lot of line wrapping conditions it would be good to capture in visual tests. So far we just have https://github.com/mapnik/mapnik/commit/b8a0c16213711f0c82e436fbccde1334f12f6da9 which tests wrapping on a few custom...

tests

We should install plugins into something like `{prefix}/lib/mapnik-v2.0.2` instead of a bare `mapnik` folder. Deb packages do this but it is also a reasonable default.

installation

The build currently fails with >= 10.14 due to the combo of deprecation warnings + `-Werror`: ``` /Users/travis/build/mapbox/earcut.hpp/test/viz.cpp:67:9: error: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API...

bug

My sense is that async functions can wait: once sync bindings are in place with solid tests and some releases are out in the wild then selectively exposing some critical...

Seeing random crashes at https://github.com/mapbox/preprocessorcerer/commit/20fbfa33e20ea38674c216a7b19f3eaff6ca9f31#diff-07a25922a4386f8a480bf9cb05148bb3L17 when building overviews on tiffs. I'm presuming the crash has to do with node-gdal, but not absolutely sure yet. ``` sh git clone [email protected]:mapbox/preprocessorcerer.git cd...

The files inside of `./deps` are not needed at runtime (only build time) except for the data files GDAL and Proj4 need. What about moving those files (and seeing GDAL_DATA...

I think we should move the gdal sources out of git versioning to avoid the noise and git bloat when the bundled gdal version is upgraded (e.g. the diff for...

Flagging a potential cause of crashes we need to be aware of: http://lists.osgeo.org/pipermail/gdal-dev/2011-February/027837.html (previously dropped this link on #18 but seems important enough to have as a new issue).

Have discussed with @brianreavis that is reasonable to compile your own libpq.a and statically link it to be able to support talking to postgres servers on various systems. At least...