-
This will be a better write up when I get back to it but for now just putting a link dump:
#### Rx (reactive programming)
- https://en.wikipedia.org/wiki/Reactive_programming
- https://en.wikiped…
-
TL;DR: Instances of Task are apparently never considered unique per instance, instead they are unique by a `task_id` that is a string of its class name and parameter values. This creates Task instance…
-
You can miss an element in replaysubject in on_next is called between line 167 and 170 of file https://github.com/Reactive-Extensions/RxCpp/blob/master/Rx/v2/src/rxcpp/subjects/rx-replaysubject.hpp
W…
-
**Describe the bug**
A clear and concise description of what the bug is.
buffer_with_time_or_count lost some data
**To Reproduce**
Steps to reproduce the behavior:
```python
result = []
(…
-
An observable created by `reactivex.timer(1,5)` will emit immediately when a second observer subscribes instead of waiting the "1" second specified as argument. This only happens when an interval valu…
-
Hi,
Thank you so much for a wonderful project. I am using dependency injection in a Django side project of mine.
I notice a big problem with the way the container initialize. As you state in th…
-
While looking at some of the libraries, I noticed that many of them haven't been active for years, and some archived.
I checked all of them. I listed the ones with >1 year since the last PyPi rele…
-
Hi! I'm wondering why AsyncMultiStream doesn't inherit from AsyncStreamIterable as AsyncSingleStream does? To me it looks pretty reasonable to iterate hot observables because each observer already act…
-
**GNUstep gui programs failing**
**To Reproduce**
Steps to reproduce the behavior:
2 examples
sudo pkg install gnustep systempreferences
openapp SystemPreferences
or
sudo pkg insta…
-
Hi there, just wondering how I can schedule work on specific threads, specifically the program's main thread? For example, I want to do certain map operations (here I use `do_action`) on separate thre…