kovenant
kovenant copied to clipboard
Kovenant. Promises for Kotlin.
Question. The last changes were made 8 months ago. Is this library still going to be supported for 1.3 and beyond?
Hi all, I have using `kovenant` framework with some questions I would like to fetch a table of contents and fetch the content of the table simultaneously, then output a...
How can you use a deferred promise int he middle of a chain? The only way I can see doing it right now is. task { setup1() } then {...
I would like to catch any ```Exception``` in ```fail``` block and then rethrow it as ```WrappedException```. Code should be look like that: ``` task { ... } fail { error...
Hey there, kovenant is a great library. I love to use it. However, there is a small feature I like I wish you can provide is "unwrap the return Promise...
Call from this function ``` private fun loginWithFacebookAccessToken(accessToken: AccessToken) { promiseOnUi { mvpView?.showLoggingProgress() } then { loginManager.loginWithFacebook(accessToken).get() //Call from this side } alwaysUi { mvpView?.hideLoggingProgress() } successUi { mvpView?.navigateToMainScreen() }...
I was trying to chain long processes but it wasn't working. All the long processes were returning deferredPromises. I thought this was working not too long ago but the update...
Is there any plan to make Kovenant library multiplatform?
It may be useful to update your Android configuration documentation to state that `onTerminate` will never be called in production environments. https://developer.android.com/reference/android/app/Application.html#onTerminate() Your webpage currently lists the following example: ```kotlin...
Version nl.komponents.kovenant:kovenant:3.3.0 nl.komponents.kovenant:kovenant-android:3.3.0 Kotlin: 1.2.10 Android Studio 3.0.1 Build #AI-171.4443003, built on November 10, 2017 JRE: 1.8.0_152-release-915-b01 amd64 JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o Windows 7 6.1 Test...