Dan Swick

Results 6 issues of Dan Swick

Some [examples](https://docs.mapbox.com/android/maps/examples/) users have asked about `AsyncTask` and whether it should be migrated to something else following its [deprecation](https://developer.android.com/reference/android/os/AsyncTask) after API level 30. It is not clear that this is...

Per some user feedback we received via the docs site, we should consider removing timber from this [geojson example](https://github.com/mapbox/mapbox-android-demo/blob/master/MapboxAndroidDemo/src/main/java/com/mapbox/mapboxandroiddemo/examples/dds/DrawGeojsonLineActivity.java). It doesn't really serve the example and might be confusing to...

documentation :memo:

Currently, invalid (?) characters (`***` for example) in user queries throw an error when they get regex'd. These types of queries don’t trigger an error in the geocoding API, but...

bug

The code snippet component's current default style works well for self-contained pages like the mapbox.com install pages: ![image](https://user-images.githubusercontent.com/2365503/43162773-f3ac2468-8f40-11e8-8b0c-61b202dcf648.png) However, the hightlight style is perhaps too subtle for some other use...

enhancement
jira-sync-complete

Depending on the size of the code snippet, the first live (copyable) chunk may be out of view. It would be helpful to scroll to the first live chunk so...

enhancement
jira-sync-complete

After the update to the latest version of webpack, it looks like some of the file copying logic has broken for projects without explicitly configured output directories. Building fails with...

bug