Minh Nguyễn

Results 420 issues of Minh Nguyễn

To prevent regressions of #228 like #447, we should install [SwiftLint](https://github.com/realm/SwiftLint/) and configure it to warn on `force_unwrapping` in the four framework targets, then install Danger to surface the warning....

build

This library should offer built-in support for talking to an OSRM server directly. Similar to the existing support for Directions API v4, an OSRMRouteOptions class would inherit from RouteOptions, and...

improvement

The GPX file format is used by Xcode for various things like route simulation and declaring compatible regions. It’s quite handy to stick a GPX trace in [Wormhole](https://github.com/1ec5/wormhole/) and enable...

improvement
map matching

The Map Maching API has an optional [`timestamps`](https://www.mapbox.com/api-documentation/#retrieve-a-match) query parameter. Currently, this library doesn’t offer a way to specify that parameter. Waypoint should have a `timestamp` property (of type Date)....

bug
platform parity
map matching

RouteStep should have a property that indicates the weight the step was given for the current profile. (Currently [the only supported weight metric](https://github.com/Project-OSRM/osrm-backend/blob/3915c1286b1b4d8b7738357e8a7b2d3c3bedfe91/profiles/car.lua#L20-L25) is “routability”, but “duration” and “distance” could...

improvement

1. Go to http://map.project-osrm.org/?z=2 1. Pan around the globe a few times. 1. Drop start and end markers. → Failed request, because the demo doesn’t wrap 1556.633606 to a sensible...

Turf provides full strongly-typed support for GeoJSON, including conveniences like Codable conformance. The Overlay class should have convenience initializers for these types and vice versa. These conveniences would require pulling...

enhancement
breaking change

The `Snapshot` class has an Objective-C name of MBSnapshot, which conflicts with an identically named class in the private MobileBackup framework: https://github.com/mapbox/MapboxStatic.swift/blob/172af20c470da5272c16252ed7685e4658bf5597/MapboxStatic/Snapshot.swift#L77-L78 The following message appeared at launch in a...

bug
objective-c

If no `host` is passed into `Snapshot(options:accessToken:host:)`, the fallback hostname should be either api.mapbox.com or api.mapbox.cn depending on the value of `MGLMapboxAPIBaseURL` in Info.plist: https://github.com/mapbox/MapboxStatic.swift/blob/32a32ef03b0094e98dcd07ad673125db4e0eb62c/MapboxStatic/Snapshot.swift#L114 This would be consistent with...

enhancement

Homebrew now splits appledoc brews by release.