-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It is hard to find docs on how to use Rx.rb #60
Comments
I'm having a hard time with this issue as well, can't even get it to work.... |
👍 |
1 similar comment
👍 |
@DanielVartanov unfortunately, it isn't quite ready, but it is close. I need to improve the unit test coverage before I feel comfortable as a production-ready library. Any help would be appreciated for unit testing! |
@mattpodwysocki thanks for your reply. |
@DanielVartanov @jfaerman @bhouse @shawn42 Let's take this to our slack group https://reactivex.slack.com/ Ping Paul Betts to get in and we'll get started |
@mattpodwysocki I'd like to lend a hand as well! |
@brettshollenberger send Paul Betts an email and get invited to the slack channel |
@mattpodwysocki I am not sure that I could help a lot but I'd be more than happy to get involved as well! |
+1, I'm also toying with the idea of making this batch-worker-scheduler I work on "reactive". The lack of documentation is a huge impedance. |
Hi,
I'm trying to adopt Rx.rb in one of my live projects, but I'm having hard time figuring out how to use it. Even after looking through tests it's hard to understand what are ways of creating my custom Observable. How can I simply emit events and subscribe to their stream?
I guess my questions seem trivial or even stupid when you know answers, but when you try to start playing with Rx.rb, the entry threshold appears to be very high.
Also, I didn't find Rx.rb's mailing list or IRC channel where I can ask broad questions. For instance, I have these ones:
to_async
(or something similar) explicitly?So, am I missing something? Or docs and mailing lists are simply not created yet? Can I potentially help contributing to them? Where to get help in the meantime?
Thanks in advance.
The text was updated successfully, but these errors were encountered: