-
I discover the interesting pages
- https://wiki.qt.io/Qt_for_Python_Development_Notes
- http://blog.qt.io/blog/category/qt-for-python/
- https://codereview.qt-project.org/#/q/project:%255Epyside.%2…
-
Hey,
Thank you so much for maintaining this module. It's super useful.
1. Are we missing a `.controlled()` extension method to turn an`Observable` into a `ControlledObservable`? rxJS appears to have …
-
I created a [StackOverflow post](http://stackoverflow.com/q/30902916/134347) describing my problem.
The issue is that I have a partial function (created via `functools.partial`) that I want to pass t…
-
I'm using an unbounded `ReplaySubject`
self.detect_results = ReplaySubject(scheduler=scheduler)
where scheduler is the `AsyncIOScheduler`.
When I push values to `self.detect_results`
…
-
It would be awesome to have an `auto_connect()` operator for `ConnectableObservable` that will automatically `connect()` after a certain number of subscribers subscribe to it. This has been added to R…
-
**Just wanted to say thanks** for putting together [the PyQt5 tutorial](https://build-system.fman.io/pyqt5-tutorial), I've been working on a video course that makes use of it (along with Tornado and R…
ghost updated
6 years ago
-
I am trying to use `Subject` to create a loop (connecting the end of a stream to the beginning). I have a real use-case for this, but I wrote a contrived script to isolate my problem. I'm confused, be…
-
How do you use resources with Observables?
For example: given an Observable sequence of file paths, construct a sequence of the contents of the files.
-
As a heads up, I was talking with the maintainer of RxPY and there will be major changes to the library by year's end. This major change will be both a refactor of RxPY and will also support the notio…
-
Rxcpp misses group_by_until operator like the rxpy one https://github.com/ReactiveX/RxPY/blob/master/rx/linq/observable/groupbyuntil.py
This allow to clear the mapping, which is important for long ru…