Igor Rosocha
Igor Rosocha
> I have the same error, have you found solution? The only way that worked for me was to create a struct for `geometry` in my model and then save...
> Can you provide a little more context @IgorRosocha; are you using Network.framework here? And do you have more info about the errors other than just the unavailable status, the...
@Lukasa is there a reason for this happening, and a way to avoid or handle this? maybe detect this specific error and apply a retry logic?
> It's my belief that this should already be handled by the retry logic. I'm curious if @glbrntt agrees. If you mean retry logic using [Connection Backoff](https://github.com/grpc/grpc/blob/master/doc/connection-backoff.md), then unfortunately, it...
@glbrntt Thank you for your answer, I believe I understand how the RPCs connection re-establishment works. However I am unable to wrap my head around what could be the reason...
Hello @akivlis, thank you for your interest in using `OpenGoogleSignInSDK`! We believe there is no need for `func handle(_ url: URL)` to return `Bool`, as the SDK itself takes care...
We have just bumped into the same issue when snapshotting with Xcode 15, are there any known workarounds, instead of replacing `.continuous` with `.circular`?
Hi @mbrandonw, as mentioned in the issue, we're getting the error on the latest release - 0.45.0
Sure, please take a look at minimal example here: https://github.com/IgorRosocha/TCA-Extension-Sample To build the project: 1. Install [Tuist](https://github.com/tuist/tuist) (`curl -Ls https://install.tuist.io | bash`) 2. Run `tuist fetch` to fetch dependencies 3....
Hey @tgrapperon, sorry for such a late response. Fix introduced in your `tuist-fix` branch resolves our issue - the only question is if it's safe for you guys to mark...