Vsevolod Tolstopyatov
Vsevolod Tolstopyatov
Follow up of https://youtrack.jetbrains.com/issue/QA-1118/ * [ ] Migrate from Groovy to Kotlin DSL everywhere * [ ] Get rid of kludges and workarounds for old KMP, namely `Idea.isActive` and dynamic...
Currently, atomicfu provides access to two [on first glance] distinct API sets that are off overall atomicfu direction and are rather legacy of the past that obstruct the reasoning, maintenance...
It would be nice to systematically and extensively improve our API reference: For every API endpoint, it would be nice to provide the following (example is the place where the...
Right now, the failure is the following: ``` Exception in thread "main" kotlinx.serialization.json.internal.JsonDecodingException: Unexpected JSON token at offset 20: Encountered an unknown key 'version' at path: $.name Use 'ignoreUnknownKeys =...
It is here from 1.3, we get the overall positive feedback and there is not many reasons to keep it experimental any longer
We have a lot of reports in slack with `Your current kotlinx.serialization core version is too low, while current Kotlin compiler plugin 1.4.0 requires at least 1.0-M1-SNAPSHOT. Please update your...
Currently, BCV is in a tough spot w.r.t the rest of the Kotlin tooling: * It is tightly bound to the underlying Kotlin version (esp. with klib validation), though it...
``` E/AndroidRuntime: FATAL EXCEPTION: camera Process: com.beepiz.cameracoroutines.sample, PID: 4679 kotlinx.coroutines.experimental.channels.ClosedSendChannelException: Channel was closed at kotlinx.coroutines.experimental.channels.ConflatedBroadcastChannel$Closed.getSendException(ConflatedBroadcastChannel.kt:61) at kotlinx.coroutines.experimental.channels.ConflatedBroadcastChannel.offer(ConflatedBroadcastChannel.kt:222) at com.beepiz.cameracoroutines.CamCaptureSession.stateCallback(CamCaptureSession.kt:127) at com.beepiz.cameracoroutines.CamCaptureSession.access$stateCallback(CamCaptureSession.kt:32) at com.beepiz.cameracoroutines.CamCaptureSession$sessionStateCallback$1.onReady(CamCaptureSession.kt:67) at android.hardware.camera2.impl.CallbackProxies$SessionStateCallbackProxy.lambda$onReady$2(CallbackProxies.java:74) at android.hardware.camera2.impl.-$$Lambda$CallbackProxies$SessionStateCallbackProxy$Hoz-iT1tD_pl7sCGu4flyo-xB90.run(Unknown Source:4) at android.os.Handler.handleCallback(Handler.java:873)...
**Is your feature request related to a problem? Please describe** We have documentation where we want to explain that the entity lies in an open interval defined by the corresponding...