Pavel Sorokin

Results 17 comments of Pavel Sorokin

@scotttrinh This does make sense to me, sure. I will try to incorporate the compatibility code and come back with the adjusted PR. Can't give any estimations yet as it's...

@artem-zinnatullin Aha, thanks for your advice! I just tried the throwing-in-interceptor approach out, and it seems to satisfy my needs. Nonetheless, I am curious if Retrofit would ever allow to...

Yep, I would love that, too. Now it’s official: async/await backward compatible down to iOS 13: https://developer.apple.com/documentation/xcode-release-notes/xcode-13_2-release-notes

Having the same issue. **Not** exported: - `providerData` with `"providerId": "apple.com"` - `providerData` with `"providerId": "phone"` Exported: - `providerData` with `"providerId": "google.com"`

@losalex I am having the same problem when using `@google-cloud/logging` version `10.1.1`. With `LogSync`, the logName is nested inside `jsonPayload` after being processed (by `google-fluentd`?). With `Log` (async version), it...

Actually, my bad on that edit: the mentioned change (#1301) was released, so I've tried setting `useMessageField` to `false`. It's still not behaving the same way as async `Log` does,...

My only culprit for something like you mentioned would be the use of willSet/didSet, but I don't even have those around the view I get the warnings at. But I...

OK, I did tangle everything together. So I'll go step by step. First of all, I have this navigation: `View1` -> `View2` -> `View3` -> `View4` ## The original problem...

Looks like a nice approach, that https://github.com/nalexn/uikit-swiftui. I wish I'd used that to begin with. I'll try it out at some point and see how it fits the project. For...

> If only you could create the disposer somehow naturally, without emitter closure acrobatics :) @rpominov I know this isn't going to sound like the best idea, but what about...