David Karnok

Results 251 comments of David Karnok

Example: http://reactivex.io/RxJava/2.x/javadoc/io/reactivex/Flowable.html#fromArray-T...-

It creates a long chain because of `concatMap` is kept alive even though it ever emits one item due to `incr`. I still have to think about what we can...

Since it is needed to wrap arbitrary `org.reactivestreams.Subscriber` anyway, maybe the conditional could be the default internal API, so there is no need to typecheck every consumer.

I bet @nitsanw will love this JDK change.

It doesn't work. The hotness property is lost upon composing anything onto a `Processor`. On one hand, for example, applying `map` to a `Processor` won't execute the mapping function unless...

There is a log file in the main directory: `open-ig.log` and please send me one of the saves that doesn't load.

Try this: [save-2016-09-16-00-55-32-656.xml.gz](https://github.com/akarnokd/open-ig/files/477474/save-2016-09-16-00-55-32-656.xml.gz)

@rdubisz Unless you found yourself something else, this could be an excellent 2nd PR. I'm not sure how to trigger the original case but it should be possible to repair...