David Karnok

Results 195 comments of David Karnok

I've created the 2.x branch and set it up so it builds at least. I've emptied the code so you can start porting the old operators. You may want to...

The `ifThen` and `switchCase` look almost the same, but for `OperatorWhileDoWhile`, you'll need the `SubscriptionArbiter` and trampolining to avoid deep stacks. Look at the [PublisherRepeat implementation](https://github.com/ReactiveX/RxJava/blob/2.x/src/main/java/io/reactivex/internal/operators/PublisherRepeat.java) in 2.x for hints.

See https://github.com/akarnokd/RxJava2Extensions#computational-expressions

https://github.com/akarnokd/RxJava2Extensions#mathematical-operations-over-numerical-sequences

You could contribute it but I'm afraid I can't release it myself. Therefore, I suggest you build it in a separate project and release that to maven.

Hello. There seems to be nothing stopping this project to target Java 8 (although I don't remember what additions were made to the Swing API relative to 6). From RxJava's...

I know very little about Scala but I managed to use RxJava 2 from it (Scala should be good at interoperation). The annoyances I've run into were the inability to...

@hepin1989 I don't know or use Scala, I have no idea how to do it.

Hi. Sorry for pinging. I've found this issue based on the exception message I get for `Canvas.renderMode` in an Unity 2023.1.9f1 IL2CPP translated game. Since this PR isn't merged and...

I've added the "Show errors" checkbox to 1.2.0 but no other calculations with it.