-
Similar to https://github.com/ReactiveX/RxJava/issues/200, it seems like merge() does not serialize emissions if its sources are emitting on different threads. Is there an RxPy equivalent to Synchroni…
-
I can't provide the full code right now (I have to extract the meaning part) but I have issue with dispose not called in a two thread application. I have tracking down my code to find the issue and I …
-
In a fresh install of Ubuntu 16.04 trying to import anything from `rx.subject` (including the entire module) fails with the following:
> Traceback (most recent call last):
> File "", line 1, in
…
-
Hi,
Not sure where else to ask this, but I don't see how the library is able to support actual concurrent operation. The recursive scheduler in particular seems to actually serialize computation for …
-
Apologies if this is not quite the right forum, but as somebody completely new to ReactiveX, I'm wondering how to get active help on RxPY using Slack, IRC, Gitter, Discourse, or equivalent. I can't se…
-
## Feature Request
**Is your feature request related to a problem? Please describe.**
I'm never able to remember whether RxJS `range` has a variant that accepts only one argument. For example in l…
-
Since Python is used for data science quite a bit, it might be helpful to add more statistical functions beyond `sum()`, `min()`, `max()`, `average()`, etc.
Here are some I'm thinking of adding. @d…
-
Hello,
I have built a system using RxPy (great library thank you to all the contributors who made it happen) which worked like so:
1. polling_http_request_providing_configuration (wrapped as an …
-
Just an idea, that I'm wondering if I should explore or nip in the bud. Looking for some Rx wisdom I suppose, since I'm a newb.
I'm looking at these:
- http://pika.readthedocs.org/en/0.9.14/examples/…
-
Hi there Dag, I've been doing RxJava for about two years and been messing around with this library for a few days (great work by the way, thank you! Looking forward to Packt book!).
One thing I am s…