Виталий

Results 18 comments of Виталий

Также странный эффект если краша еще не было, но карту открыл - карта отображается только из кеша, если перейти в область куда не переходил - там нет карты. Если открыть...

Hi! As I understand it, default parameters are still not supported? I have such a case - it does not build with caches for JVM and strange problems in Kotlin/Native...

Yes, it was a backup plan. I didn't want to transfer all the values of the necessary objects through headers and send them to the backend. There was also a...

Alternatively, you can do preparatory work that should not break compatibility: 1. In `HttpRequest` add `executionContext` with default = Empty. 2. In `DefaultHttpRequestComposer` add set `executionContext` in `HttpRequest`. These actions...

There are a few ideas. In addition to the main (current) generation approach, to provide a additional wrappers (value providers). Something like what we did - ValueProvider. Or another option...

> Out of curiosity, is the issue that `data` and `some` are nullable? If you don't want to handle these checks at the callsite, you can have the parsers check...

> I know this is a bigger change but if it's something that needs to be surfaced to the user, modeling the users in your schema would give you all...

> Well, it could be argued that handling complexity in the backend is better since it saves handling the complexity on each client. It's doing the work once instead of...

## We need to clarify a couple of important points about our project in order to understand the context. ### 1. We have two providers - ResponseProvider (used for the...