Ben Christensen

Results 56 comments of Ben Christensen

I'm definitely interested in working on this module with you.

Hi, so if I understand correct, you would like to @freak4pc as an Admin, the same as you currently are @kzaher?

I'll push the buttons (since we haven't yet got the fully self-serve Travis based release process working yet like RxScala).

0.2.0 is released on BinTray (https://bintray.com/reactivex/RxJava/RxJavaReactiveStreams/0.2.0/view) and is making its way to Maven Central. @alkemist Thank you for your work on this. Would you mind providing a section on the...

It can be seen on Maven Central now: http://repo1.maven.org/maven2/io/reactivex/rxjava-reactive-streams/0.2.0/

Cool, nice to see that code, that's very helpful.

Thanks @rkuhn ... that code looks like a good example for my talks next week as well. Do you mind if I use it (and possibly tweak/enhance it)?

Using Akka Streams 0.10-M1 I was playing around and I've found an issue somewhere that the backpressure isn't propagating. Not sure yet where. ``` java package reactive_streams_interop; import java.util.concurrent.atomic.AtomicInteger; import...

The above is done with: ``` compile 'io.reactivex:rxjava:1.0.0.rc.8' compile 'io.reactivex:rxjava-reactive-streams:0.3.0' compile 'com.typesafe.akka:akka-stream-experimental_2.11:0.10-M1' ```