Peti Koch

Results 6 issues of Peti Koch

I came to the insight, that the Flux/Redux Pattern is "better than" MVVM. The main point is a better understanding/debugging of the flow of events. In MVVM we have typically...

When a subscriber throws an exception during onNext, the subscriber will be unsubscribed and will not receive any more values (RxJava 1.x). Example code: private void wireInternally() { v2vm_submitButtonEvents .map(actionEvent...

AsyncUtils is kind of "imperative". This is in contrast of the "lazy" nature of RxJava. In RxJava nothing happens until there is a subscriber. Therefore: To have cleaner examples, I...

Hi, I noticed that https://github.com/kostaskougios/cloning/releases is not in sync with the latest version (1.9.2). I love release notes and I really read them! Best regards, Peti

Hi! I'm switching over in my Gradle build files from Groovy (build.groovy) to the Gradle Kotlin DSL (build.groovy.kts). (using Gradle 5.4.1) **It is not obvious** IMHO, that the Groovy version...

enhancement
p3