Tobrun

Results 61 comments of Tobrun

I was hitting the same issue when porting instrumentation tests from module to another. For me the issue was related to not having `clearPackageData` configuration in the new module: ####...

> Wondering what that means; are they referring to binary size? Yes this is the binary size, I'm guessing that extra methods will be added to provide backwards compatibility but...

Thanks for flagging @ChrisLoer! cc @sbma44 @knov

@sddamico apologies for the late reply here, was only pulled in just now. We were tracking this issue already ourselves internally and would be great to support soon. The issue...

it's part off an improvement list for our private maven. No timeline for the implementation though.

Could someone provide a full native stacktrace combined with the used SDK version number? This way we can symbolicate the trace to see the line numbers where it's going wrong....

> @tobrun what are your thoughts on this? We are currently focusing on v10.0.0 development in: - https://github.com/mapbox/mapbox-maps-android v9 is still being maintained and we happily expect pull request for...

Moving this to release-unicorn, upstream changes of dropping cycleDebugOptions API was reverted on release-tequila.

Similar issue with SnapshotCallback: ``` public interface SnapshotReadyCallback { void onSnapshotReady(MapSnapshot var1); } ```

Capturing from @LukasPaczos that clients can however choose when consuming callbacks to indicate the null ability on their end. This mitigates the issue from OP. Adding nullability annotations is a...