Benoît Quenaudon

Results 38 comments of Benoît Quenaudon

I can do something quick like ```diff index 6a298c5..5ae5d47 100644 --- src/main/kotlin/watch/dependency/dependencyAwait.kt +++ src/main/kotlin/watch/dependency/dependencyAwait.kt class DependencyAwait( private val mavenRepository: MavenRepository, @@ -23,10 +27,20 @@ class DependencyAwait( break } + print("Last...

How about just moving `disposables.dispose()` before the `super.onDestroy()` ?

The only thing I can think of is that if we move those to `start()` and `stop()`, we probably would have to change how we _trigger_ the initial intent. Basically,...

Oh right, I forgot about that one. Would you like to submit a PR?

I had an after thought and I see the fix wasn't the right one, it also created #49 . Not sure how to deal with fragment lifecycle still; I'd rather...

This very issue because caused by the weirdness of fragments' lifecycle is a good enough reason for me to not use them. Since there's a 1:1 relationship to activities and...