Jason Wray

Results 28 issues of Jason Wray

The public `-[MGLMapView selectAnnotation:moveIntoView:animateSelection:]` method was added #13689 by @julianrex, but left undocumented so that we could change it at will. We need to revisit this decision and make the...

iOS
needs discussion

https://github.com/realm/jazzy/issues/843 covered parsing the `message` parameter of the [`deprecated`](http://clang.llvm.org/docs/AttributeReference.html#deprecated) `__attribute__`, but clang/Xcode also support a second argument named `replacement`, which takes a method/property signature and prompts the developer via fix-it...

enhancement
sourcekitten

Catch-all pages like “Other Constants” have their members alphabetized in the navigation menu, but not in the body of the page. Since source/project order isn’t particularly meaningful for these “Other”...

O:User

It’s currently a bit ambiguous where the point is that’s being geocoded.

enhancement
documentation
good first issue

Mapbox doesn't really have an alternative to MapBox Earth, but we should indicate that it is nonetheless dead. Maybe you'd care to do the honors, @incanus? :skull:

[Tests on CI](https://app.bitrise.io/build/cfa5dd595264c601#?tab=log) can spuriously fail with: ``` ExamplesUITests ✗ testEveryExample, Failed to get matching snapshot: Error getting main window kAXErrorServerNotFound ExamplesUITests testEveryExample, Failed to get matching snapshot: Error getting...

bug
tests

When launching the app on iPad, our [`UISplitViewController`](https://developer.apple.com/documentation/uikit/uisplitviewcontroller?language=objc) defaults to showing the child view controller (i.e., the map/example), but this view controller does not load anything until an example is...

bug

How to provide an opt-in to or independent toggle for Mapbox telemetry collection is not well documented or obvious. Given that not using our ℹ️ button (and its integrated telemetry...

new example - help wanted!

The segmented controls in `SwitchStylesExample` and `TextFormattingExample` (others?) have black text on a red fill — this isn’t very readable or attractive with the new styling in iOS 13. ![IMG_F80A595DA193-1](https://user-images.githubusercontent.com/1198851/65556086-464e7480-dee3-11e9-9f0c-feb38d6fbd43.jpeg)...

bug
usability / design

Both the Swift and Obj-C `CacheManagementExample` implementations initially show a blankness — after several seconds, the map view appears. /cc @jmkiley

bug