David Karnok

Results 195 comments of David Karnok

Hi and thanks for the suggestion. As long as GitHub doesn't want money from the project for GHA time or other services, we are fine.

Not sure what unfold's message pattern looks like. By the sound of it, would expand work for you? https://github.com/akarnokd/RxJavaExtensions#flowabletransformersexpand Also there are paging techniques you could google if your underlying...

There is a `generateAsync` operator in the [RxJavaExtensions](https://github.com/akarnokd/RxJavaExtensions#flowablesgenerateasync) project.

I wrote it years ago but only had to point people to it a handful of times. That puts it into the rare category and RxJava proper aims to host...

Do you have an sequence like `state -> item -> state -> item` where each step happens in distinct time? If so, it could be done with a feedback loop...

Closed issues have a big red button indicating as such: ![image](https://user-images.githubusercontent.com/1269832/69789744-6ccdac00-11c1-11ea-8eae-d62a01c5b05b.png) Otherwise, we don't have any good first issues at the moment. However, you could try and backport #6729 to...

You'd have to manually apply the changes in the source code of the 2.x branch as the files and locations do not match for an automatic backport.

What are those errors? Which Eclipse version are you using?

Install a Jdk 8 runtime and have Eclipse use it as a target: ![image](https://user-images.githubusercontent.com/1269832/69976838-f49d1880-1529-11ea-9a5a-212f12838522.png)