-
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 …
-
@dbrattli
I think it is good that docstring of RxPY and sample code are published in reactivex.github.io.
I will make sample code of RxPY.
I will send docstring of RxPY and sample code to reactivex.g…
-
Starting the tornado autocomplete example on python 2.7.5 using RxPY from the master branch at commit 82212d0fb969727803838f952675087ffabc1258 (latest, cloned on 2014-09-22):
$ python autocomplete.py…
-
I'm reading the official RxPy documentation here:
http://rxpy.codeplex.com/documentation
At some point, there is a mention of the "Using Schedulers" topic:
_This will be covered in more details in the…
-
I'm really puzzled by something in RxPY. It seems to be different from RxJS in a crucial way.
Please take a look at [my contrived RxJS example on JSFiddle](http://jsfiddle.net/9EjSQ/76/), then look a…
-
I will look into adding more doXXX() operators. I'm not sure if these belong in the `do_action()` but it sounds like they warrant separate operators if I'm going to follow RxJava's precedent:
- `do…
-
Minimal working example: see [SO post](http://stackoverflow.com/questions/36681895/why-does-rxpy-keep-randomly-throwing-nonetype-object-has-no-attribute-dispose)
The issue documented in the post abov…
-
Hello I had to revisit a project that is using RxPY, it was on version 0.10, so I upgraded to version 1.0.0.
Now it seems like Observable.from_array no longer exists, is there any option to create a…
-
The error occurs in the following program.
```
#!/usr/bin/env python
import asyncio
import aiohttp
from rx import Observable
from rx.concurrency import AsyncIOScheduler
loop = asyncio.get_event_loop…
-
RxPY should have an official logo.
I've thought of two possibilities myself:
- Two snakes, python's colors (python's logo is actually two stylized snakes together):
![double-snake](https://cloud.gith…