Georgii Ippolitov
Georgii Ippolitov
Currently, `kotlinx.coroutines` provides: ```kotlin fun MutableSharedFlow.asSharedFlow(): SharedFlow ``` and ```kotlin fun MutableStateFlow.asStateFlow(): StateFlow ``` to hide mutability. However, there's no convenient way to hide the "hot flow" nature and return...
Rebuilding `TDLib` for `iOS` and `macOS` produces artifacts with different checksums, even when the build environment and build cache remain unchanged. Interestingly, `OpenSSL` builds have the same checksums. ### Steps...
### Problem The project uses special commits with version bumps. Developers rely on these commits as release markers to update their projects and build a new version. However, sometimes these...