Konstantin Aksenov
Konstantin Aksenov
``` 14:59:34 kotlinx.serialization.MissingFieldException: Fields [id, login, type, avatar_url] are required for type with serial name 'systems.danger.kotlin.models.github.GitHubUser', but they were missing 14:59:34 14:59:34 at kotlinx.serialization.internal.PluginExceptionsKt.throwMissingFieldException(PluginExceptions.kt:20) 14:59:34 at systems.danger.kotlin.models.github.GitHubUser.(GitHub.kt:294) 14:59:34 at systems.danger.kotlin.models.github.GitHubUser$$serializer.deserialize(GitHub.kt:294)...
Can we add compiled binaries for release into release artifacts? That's can help us for Docker image improvement. For now Docker image based on `Gradle` and installing Make only for...
Base on [documentation](https://aep-sdks.gitbook.io/docs/using-mobile-extensions/mobile-core/lifecycle) We need to implement ``` @Override public void onResume() { MobileCore.setApplication(getApplication()); MobileCore.lifecycleStart(null); } ``` and ``` @Override public void onPause() { MobileCore.lifecyclePause(); } ``` for each `Activity`...
Just recompile a new version with new version of Arduino Core for ESP8266 Reference: See https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino/issues/186