Minh Nguyễn

Results 420 issues of Minh Nguyễn

Updated language in the contributing guide about translations, now that this repository’s Transifex project has been deleted for inactivity. Since Transifex integration was deleted from this repository in #463, the...

i18n

`Style.localizeLabels(into:forLayerIds:)` is unable to localize the map’s labels into Simplified Chinese or, one of [the locales supported by Mapbox Streets source v8](https://docs.mapbox.com/vector-tiles/reference/mapbox-streets-v8/#name-text--name_lang-code-text). Attempting to localize the labels into Simplified Chinese...

bug :beetle:
p3

The `Annotation`, `AnnotationManager`, `Layer`, and `SourceInfo` protocols have the property `id`, which would satisfy the requirements of the Swift standard library’s `Identifiable` protocol. These protocols might as well explicitly conform...

feature :green_apple:
v11

As of v10.0.0-rc.3, `CameraAnimationsManager.fly(to:duration:completion:)` and `ease(to:duration:curve:completion:)` unconditionally create and start animators, even if the target camera is literally or practically identical to the current camera. An application may chain many...

archived
performance :zap:

The Japanese translation of the navigation mapping guides (added in #298) is out of date. For example, @tordans [pointed out](https://twitter.com/tordans/status/1026347037854507013) that [this turn restriction guide](https://www.mapbox.com/mapping/jp/mapping-for-navigation/adding-turn-restrictions/) says you have to use...

mapping-guides

A number of tag infoboxes at the OSM Wiki link to a corresponding Wikidata entity ([example](https://wiki.openstreetmap.org/wiki/Key:name:pronunciation)). taginfo could include that link somewhere on the tag pages. Perhaps it could even...

The Open in GitHub workflow assumes the remote uses an HTTPS URL, which is what GitHub recommends by default. But it should also be possible to ascertain the webpage URL...

enhancement
Open in GitHub

If two tabs in the same window are showing the same file, but with a different line selected, the Open in GitHub service always selects the lines that are selected...

Open in GitHub

The Open in GitHub workflow can be trivially extended to support GitLab.com as well. Here’s an example of a permalink there: https://gitlab.com/georgmay0/mapbox-gl-native/blob/116770cb3f53f334f91c9dbd5bbb66b2c82d2508/platform/macos/src/NSImage+MGLAdditions.h#L7-19 Note the missing `L` before the ending line...

enhancement
Open in GitHub

The Open Selection in GitHub service assumes the HEAD has been pushed to the origin; otherwise, it leads you to a 404. If HEAD is not in origin, the service...

enhancement
Open in GitHub