Sander de Goeij

Results 3 issues of Sander de Goeij

Throughout the source the `Observable` class is used but actually `Flowable` should be used instead to prevent out of memory exceptions and allow for backpressure support. According to the [documentation](https://github.com/ReactiveX/RxJava/wiki/What's-different-in-2.0#when-to-use-flowable)...

question
refactoring
discussion

When I create a builder for a class it works fine. But when I used this as an argument for a third party library annotation it causes the build to...

Hi, I'm using the Adafruit Feather RP2040 with USB Type A Host and using a Windows keyboard every key is send through to my machine. However, with my mac keyboard...