Minh Nguyễn

Results 1323 comments of Minh Nguyễn

_From [[email protected]](https://code.google.com/u/109861891258658528387/) on 2008-06-07T01:08:19Z_ **Labels:** -Wordlist Component-Wordlist

In mapbox/mapbox-gl-native#1491, I wound up adding code that double-checks `+[CLLocationManager authorizationStatus]` when the host app returns to the foreground. It’s for a different purpose, not the user dot, but the...

Hi @blazejchwiecko, can you try profiling your app in Instruments? Curious if anything stands out.

Mapbox’s implementation of this for OSRM [rewrote](https://github.com/mapbox/osrm-tag-rewriter/) the junction nodes’ `ref` tags onto the link ways as `junction:ref` (and I think Valhalla does something similar). Project-OSRM/osrm-backend#4467 tracks doing the same...

For mapbox/mapbox-gl-native#5814, the highly dynamic point annotation layer could be small or it could be large – we’ve seen plenty of examples of either in the iOS SDK. But I...

[Here’s more detail](https://wiki.openstreetmap.org/wiki/Route_directions#Cardinal_directions_as_roles) about the mapping style that this PR would accommodate. It’s one of two styles in wide use, though the PTv2-style directional subrelations are more rigorous and already...

No argument there, just trying to give context about why perhaps there hadn’t been motion on this change since it was first discussed back in 2013.

Do you see any other build errors? What version of Xcode are you building with? ~~Did you install the framework using CocoaPods or Carthage?~~

What’s your minimum deployment target, and are you using the `use_frameworks!` option? (Sorry for the game of 20 Questions here; there isn’t a whole lot to go on with just...

Also, you may see additional errors or warnings in the full build log. It’s rare for this error message to appear on its own.