Daniel Patterson
Daniel Patterson
**Platform:** iOS **Mapbox SDK version:** 3.4.0-beta.4 ### Steps to trigger behavior 1. Create a map 2. Call `mapView.setUserTrackingMode(.follow, animated: true)` 3. If simulating, feed in a GPX trace. If outside,...
Looks like v6.7.1 of [or-tools](https://github.com/google/or-tools/releases) has been released. We're currently only linking against 6.0 (from May, 2017). We should update, and see if there are new knobs we can expose.
Following the pattern of tools like [ivy repositories](http://ant.apache.org/ivy/history/latest-milestone/settings/resolvers.html), [apt-get PPA's](https://help.launchpad.net/Packaging/PPA), etc, `mason` should have the option to look for binaries in local directories, rather than only looking at GitHub/S3. This...
The Directions and Map Matching APIs support submitting requests via HTTP POST when the size of the request is large. Per https://docs.mapbox.com/api/navigation/#using-http-post, they need the `access_token` to be part of...
- [x] Read [`CONTRIBUTING.md`](../CONTRIBUTING.md) I found myself using `elements` to create an online schema viewer that lives behind an authenticated proxy. Things _mostly_ worked, except for parts of our schema...
Over in https://github.com/mapbox/vorpal-sword we've got a worker that is capable of emitting JSON structured logging, which CloudWatch understands how to parse, and make nice-looking queries based on certain fields in...
Getting all the pieces for node-mapnik together can be a bit tricky, and generating reusable binaries that depend on the right external libraries is not yet automated. node-mapnik needs https://github.com/mapbox/mason...
This is a placeholder for a variant of Directions API v5 that we’ll want to support in MapboxDirections.swift soon.
We're suppressing debug messages from `osrm-backend`. We should stop that, debug messages are useful, especially if you explicitly ask for a debug build.