Minh Nguyễn
Minh Nguyễn
MapboxSpeech.xcodeproj currently has four separate framework targets, one for each platform, plus corresponding test targets and schemes. To streamline development both locally and downstream, we should combine them into a...
`SpeechOptions.path` and `SpeechOptions.params` are internal. We should rename them to `abridgedPath` and `urlQueryItems`, respectively, and make them `open`, for consistency with `RouteOptions` in MapboxDirections. This will enable developers to pass...
MapboxSpeech’s public API is used in tandem with MapboxNavigation’s public API, so it should be documented and the documentation should be published somewhere easily accessible. Unlike with MapboxDirections, I think...
If no `host` is passed into `SpeechSynthesizer(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/mapbox-speech-swift/blob/b0163852eb6e3efd36effc9893e1eab10932036a/MapboxSpeech/MapboxSpeech.swift#L96 This would be consistent with...
Upgraded to osrm-text-instructions v0.9.0. The only substantive change is that Russian grammar rules are now applied to a token replacement value before modification by the client and insertion into the...
Port the grammar rule functionality added in Project-OSRM/osrm-text-instructions#102, along with the Russian declension rules.
OSRMInstructionFormatter should immediately deserialize the JSON instructions into a strongly typed struct. This change would sharply reduce the number of implicitly unwrapped optionals (`!`) that could cause crashes and clean...
The CocoaPods podspec should define [subspecs](https://guides.cocoapods.org/syntax/podspec.html#subspec) for individual locales, so that a size-conscious developer can pick-and-choose the locales that their application supports. To avoid hard-coding each supported locale in this...
QRank
I recently came across [QRank](https://github.com/brawer/wikidata-qrank/), which provides regularly updated ranks for Wikidata items that are designed for map-related applications. Maybe it would be useful signal for ranking search results, though...
We keep getting requests for companies that offer uniform rental and cleaning services, and thus operate industrial laundries. Unfortunately, we’ve had to decline each of these requests for now because...