Victor
Victor
It's not possible to have multiple packages resolve to the same name.
It's first come, first serve with npm package names. Happy to give it to you, if you'd like (I think that's possible?)
I think that's why they added scoping: https://docs.npmjs.com/misc/scope
I believe this was behavior prior to 1.12.1. Until this can be supported, we have to maintain our own custom patches to Fusion
It does seem like it would make more sense for this to be part of TileJSON though it is a part of the MapboxGL-style spec. https://www.mapbox.com/mapbox-gl-js/style-spec/#sources-raster-tileSize
this also affects client side code that doesn't have the Buffer polyfill. this recently caused issues in https://github.com/uber/streetscape.gl/pull/167 the fix should just be to check for buffer existing using `typeof...
looks liked, based on https://github.com/unclechu/node-deep-extend/pull/27 This module is not actively maintained
This will be out in the latest version of flow (woo!)
You're right, this is a bug. Thanks for reporting!
I looked into this a bit more and this seems to be working as designed based on https://github.com/facebook/flow/pull/2252 and https://github.com/facebook/flow/commit/14fcdc8424dbea042e388c12fa5ac833959ba0fc It sounds like you're looking for an additional configuration option...