Виталий
Виталий
Hi! Now there are good DefaultHttpEngine and they are enough for most tasks. But having KtorHttpEngine as an optional solution would be great! Example - the application uses GraphQL and...
Hi! For some logging and measurement tasks, we lack the linking of the original query data (ApolloRequest) and the data available on a specific platform (NSURLRequest or OkHttp.Request). This way...
Само приложение не крашится, но в логах видет backtrace и в это время намертво зависает на секунды 3-5. Происходит сразу после вызова YMKMapKit.setApiKey. Если вызов отложить на более позднее время,...
Привет! При обновлении до 4.2.0 или 4.2.1 появился краш при вызове метода `LocationManagerUtils.getLastKnownLocation()`. ``` java.lang.NoSuchMethodError: no non-static method "Lcom/yandex/mapkit/location/Location;.(Lcom/yandex/mapkit/geometry/Point;Ljava/lang/Double;Ljava/lang/Double;Ljava/lang/Double;Ljava/lang/Double;Ljava/lang/Double;Ljava/lang/String;JJ)V" at com.yandex.mapkit.location.LocationManagerUtils.getLastKnownLocation(Native Method) ``` В 4.1.0-lite все хорошо.
### Use case Hi! We need to be able to find graphql errors that are the reason for the absence of a particular field. There is some explicit logic in...
### Version 3.7.4 ### Summary Hi! I wrote my plugin and there is a problem. The Apollo classes are not visible in Android Studio, but everything is compiled correctly. I...
## Details Support for other targets is required. At the moment, there are no alternatives for debugging on tvos and watchos. The only alternative in the form of a plug-in...
## Questions: ### What is the problem? The generated code is incorrect. When building for `arm64` and `arm64_32` architecture watchos together, swift code is generated only for `arm64`. When build...
I started using the feature `Swift Code Bundling` and according to the documentation, I enabled the plugin wherever I add Swift code. > The swift source sets are created only...