Young Hahn
Young Hahn
This happened to me with another package. The workaround was to unpublish each release until the entire package was gone from the registry (assuming the couch doc for the project...
@stevage we have been going with option 2 (specifiying `vector.pbf` URLs in the `tiles` key of tilejson). Is there something in the tilejson spec you're seeing that implies that the...
Type detection happens here in millstone... https://github.com/mapbox/millstone/blob/master/lib/millstone.js#L417 Probably a more realistic test of the C++ carto parser would be to push it through millstone first, then try to compile with...
Yeah, post 0.9.0. There's some larger conceptual refactoring to do around exports and how they relate to individual projects and files. See #884 for some more discussion.
Should be doable by referencing the location of the color at parse time.
I'd still like to do this, just postponed for post 0.4.0 release. I looked at it a while back and it's a bit more challenging than I first thought.
Yes, at some point we may switch to using [CSS3 flexible box model](http://www.html5rocks.com/en/tutorials/flexbox/quick/) to handle this. Deferring for now.
Looks like it's made its way into Underscore 1.2.3. Just need to update, test, and release now.
Thx for the debug tip -- I was meaning to ask you how to debug : )
Addressing this will require adjusting our architecture document a bit. Currently the only "verb" in millstone is `resolve` -- you pass it an MML and it hands it back to...