Bruno Guidolim

Results 45 comments of Bruno Guidolim

This is a non-technical issue. Seems that the new delegate method `didTapImage` was added without a proper communication. Anyways, the repository started to have activities recently, some things needs to...

This is the expected behavior, the memory cache is used temporarily when there are resources available. If your UI is flickering, it would be probably because of other reasons, like...

@hojideli using `UIView.effectiveUserInterfaceLayoutDirection` wouldn't be enough? Source: https://developer.apple.com/documentation/uikit/uiview/1648536-effectiveuserinterfacelayoutdire

Hi all! This is not fixed, and I was not aware of this. It's an interesting topic to investigate, I'll definitely take a look. Or if someone wants to open...

Hey @VladimirAmiorkov Could you please check if it's happening in the latest version?

> @bguidolim I will try, it would have been very easy to test if the pod was with the latest version. Is there a reason why the pod is 3.3.x...

> @bguidolim yes this same issue can bee seen in the latest git version. Here is the output of my test: > > ``` > (lldb) po phoneNumberKit.isValidPhoneNumber("14164431000", withRegion: "US",...

hey @MaxZheleznyy I think I found a solution for the issue, could you review it please?

I'm having the same problem. We know about this because of our server is checking the token and writing in the logs when it fails. There is no pattern regarding...

I've added some logging and I found this from one customer: Checking the Apple docs, this is the error: https://developer.apple.com/documentation/devicecheck/dcerror/code/invalidinput Maybe the AppAttestProvider is missing something before the request.