Andrew Kirmse

Results 12 issues of Andrew Kirmse

I'm trying to upload to an ftp server that requires anonymous login. Here's my code: ``` private static let FTP_SERVER_NAME = "ftpnos.woc.noaa.gov" private static let FTP_USERNAME = "anonymous" private static...

I found a crash when you click on the toast quickly after it appears. To fix it I changed this ``` let timer = objc_getAssociatedObject(self, &HRToastTimer) as! NSTimer { ```...

bug

## Environment - Xcode version: 13.4 - iOS version: 15.5 - Devices affected: iPhone 7 - Maps SDK Version: 10.7.0 ## Observed behavior and steps to reproduce After panning the...

bug :beetle:

PolygonAnnotation does not have a property for stroke width; it is always 1 pixel, which is pretty much invisible on mobile. I am guessing this is a limitation of the...

In https://github.com/mapbox/mapbox-maps-ios/issues/598, I noted that it was impossible to have more than one AnnotationManager reporting taps, because each installed its own global gesture recognizer. While that has been fixed, it...

feature :green_apple:

The function ```MapboxMap.coordinateBounds``` is presumably supposed to return an axis-aligned rectangle that encompasses the entire camera view: https://docs.mapbox.com/ios/maps/api/10.0.0-rc.6/Classes/MapboxMap.html#/Camera%20Fitting But the implementation assumes that the camera's rotation is 0. When it...

bug :beetle:
p1

At high tilt near the camera, the level of detail changes dramatically during a rotate operation, when you would expect that it wouldn't change at all, since the distance from...

bug :beetle:
:stop_sign: blocked

## Environment - Android OS version: 12 - Devices affected: Samsung Galaxy S10 - Maps SDK Version: 10.6.1 I got the following crash reported via Crashlytics from a user: Fatal...

bug :beetle:

Can we set the color when isEnabled is false? I'd like to show the checkbox greyed out when it's disabled.

I just submitted my app for Apple review, and I got the following back. That version of the app includes version 11.1.0 of the Mapbox SDK. Was this already fixed...

bug :beetle: