paulpdaniels / streamish

A simple Functional Reactive Streaming library
MIT License
0 stars 0 forks source link

Compatibility Operators Needed #7

Open paulpdaniels opened 7 years ago

paulpdaniels commented 7 years ago

We need to be compatible with other libraries and most notably the TC 39 spec. There is a standard formula for how to detect other Observables and to convert them to the correct type. Just need to add here.

orcutt989 commented 7 years ago

What are the relevant files and how do I get started to help?

paulpdaniels commented 7 years ago

Hey! So I actually added the operators going from Streamish to (rxjs/xstream) but right now I have an issue here: https://github.com/paulpdaniels/streamish/blob/master/test/stream.test.js#L77, where XStream doesn't seem to like using streamish Observables. I'm thinking it might be scheduling related, but that would be a good place to start.