Ondřej Korol

Results 10 comments of Ondřej Korol

We experienced the exact same issue! All affected devices were running iOS 14.8.1. `grpc::GrpcLibraryCodegen::GrpcLibraryCodegen(bool) + 42`

> @ondrejkorol That's very interesting. Do you see any crashes with iOS 14.8.1 and prior versions of the Firestore SDK (< 8.13)? We have the prior version – FirebaseFirestore (8.12.1)....

Yeah, it's back.. ``` grpc_library.h - Line 42 grpc::GrpcLibraryCodegen::GrpcLibraryCodegen(bool) + 42 ```

Is there any progress please? iOS 14 is still crashing from time to time. ``` Crashed: com.google.firebase.firestore – EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x0000000000000000 0 FirebaseFirestore 0x2f614 GrpcLibraryCodegen + 42 (grpc_library.h:42) 1 FirebaseFirestore...

@dconeybe We have Firebase Firestore v8.8. Looks like this is happening during the app launch when we're setting up a Firestore listener (observing a collection). The newest crashes are again...

The issue is present when developers enable the message transition via messageDisplayOptions: E.g. in the Demo app, App Delegate: ``` let utils = Utils( messageListConfig: MessageListConfig( messageDisplayOptions: .init(currentUserMessageTransition: .move(edge: .top)),...

@ZiZasaurus This is still an issue for me - described behavior when using Mapbox with SwiftUI. I'm using the latest version 10.10.1. When I scroll revealed maps have the wrong...

That's amazing! I'll be happy to try it out. Great work! 👏

I had the same issue, it got resolved by changing the logic of `TextOutputFormat` using AttributedString. ``` extension TextOutputFormat { struct Builder: OutputBuilder { private let theme: Splash.Theme private var...