Results 4 issues of Sam Frances

Does RxPY provide a facility for converting async iterators into Observables? For example, if I have: ``` async foo(): for x in range(5): result = await get_data_from_somewhere(x) yield result ```...

enhancement

I don't know if this is too much Functional Programming for Python, but I wonder if a basic exercise to construct a Maybe functor (not monad) would be a welcome...

discussion 💬

### Describe the bug A common technique for achieving nominal typing in typescript is to use a `unique symbol` declaration as follows: ``` declare const PostCodeType: unique symbol; class PostCode...

needs triage
issue: bug report

I wanted to ask for a clarification. The API documentation isn't clear on this, and so far I don't feel confident answering this question for myself by reading the code....