Dane Springmeyer

Results 403 comments of Dane Springmeyer
trafficstars

For reference, here are the errors coming from the leak sanitizer (from a branch that I re-enabled it on): https://travis-ci.org/mapnik/node-mapnik/jobs/219065861

👍 @rafatower after #884 we're all 🍏 as far as tests. Please create a new PR (or I guess add to this one) when you have tests in place and...

refs https://github.com/mapbox/node-cpp-skel/issues/69

@talaj - one way I've found to handle this situation is to use `std::make_unique();` and then write data to the `std::string` inside the `unique_ptr`. When it comes to sending the...

> I think this is great solution. It can be a simple wrapper function around Nan::NewBuffer(). Good idea.

@talaj if you end of applying this in your work in node-mapnik, we should be fine without LeakSantizer issues since the LeakSantizer is currently disabled (refs https://github.com/mapnik/node-mapnik/issues/747). But ideally we...

This is not exposed yet, but yes it would be feasible. We'll keep this in mind for future releases but I'm busy so I don't know when it will be...

I've not had time to make a 3.0.0 release, so unless someone wants to help package it the workaround is to use the `nightly-trunk` PPA which is `master` mapnik. The...

#517 exposed (and fixed) support for loading SVG symbols at unicode paths for windows. And now we have tests thanks to @BergWerkGIS @BergWerkGIS - can you think of other testing...

The properties with `"expression":true` in the `mapnik-reference` document is how to know which properties support expressions. Look inside https://github.com/mapnik/mapnik-reference/blob/gh-pages/3.0.6/reference.json. That doc is used to generate the more friendly docs at...