Dor Shtaif
Dor Shtaif
Hi, thanks for the help, but all the rest of the methods and their arguments should really be documented in README as well, not just the `.login` and the `.logout`...
Was wondering the same... Since you asked this about 3 months ago, I guess answer is no.
Very nice! I wonder how one could make such custom `throttle` operator pipable as the other built-in operators? ```cpp auto sub = rxcpp::observable::interval(std::chrono::steady_clock::now(), std::chrono::milliseconds(100), rxcpp::observe_on_new_thread()) | throttle(std::chrono::milliseconds(400)) | subscribe([](...) {...
Well, I've still got a little time ahead before I get into that stage, but will be happy to let you know. Be a lot, lot more happy if it...
@robinp7720 just have note that I eventually I switched to [pigpio](https://github.com/fivdi/pigpio) because it doesn't depend on a separate deamon. I'm not full time into this but I did manage to...