Daniele Margutti
Daniele Margutti
If you could upload an example project, I could help you decide the best strategy. Error handling can be done using validators or checking the `HTTPResponse` returned by your service,...
We've faced the same issue by using fastlane's `gym` command. In our case by disabling `analyze_build_time` option (` = false`) generated xcactivitylog file seems correct.
The "problem" happends with the Pan gesture of PaperFoldView (init method): panGestureRecognizer = [[UIPanGestureRecognizer alloc] initWithTarget:self action:@selector(onContentViewPanned:)]; [_contentView addGestureRecognizer:panGestureRecognizer]; I've tried to pass the event to it's subviews but the...
Are u talking about enableLeftFoldDragging,enableRightFoldDragging? I've tried to set both as NO but it does not work (pan gesture still active)
is swift still unsupported by renovatebot yet?
I've tried to replicate the issue with no luck: ```swift @IBAction public func ciao() { Task { do { try await location.requestPermission(.whenInUse) // obtain the permissions print("requested permission") let userLocation...
You're right, this is the right fix. i'll merge it for 6.1.0. Thank you!
Since 2.0.0, we moved the RealFlags for Firebase Adapter to a custom repository. You can find it here https://github.com/immobiliare/RealFlagsFirebase. At the same time, we relaxed the constraints to the Firebase...
Before that, we used 3.5.1 without the issue. Unfortunately, I'm not able to reproduce this issue, but it seems to be happening at the early stage of the app launch....
I wonder if anyone read these issues. Anyway it still the most relevant crash issue in our app right after the startup (100% of crash events for this issue happened...