xstream icon indicating copy to clipboard operation
xstream copied to clipboard

An extremely intuitive, small, and fast functional reactive stream library for JavaScript

Results 52 xstream issues
Sort by recently updated
recently updated
newest added

http://staltz.com/xstream/#create http://staltz.com/xstream/#createWithMemory Both state "Creates a new Stream given a **Producer**" implying Producer is required but then say "An **optional** Producer". So is it truly optional and what happens if...

issue is suggestion
weight 3 (should)

We would like to introduce streams into our product. With this project being leading candidate. Problem is: we need to support IE8. Is this library compatible with IE8? Couldn't find...

issue is suggestion
weight 2 (could)

I wonder how `imitate` called multiple times should behave. Or it should be allowed to be called only once with an error thrown for example. http://www.webpackbin.com/4kKOgnNxM ```js import xs from...

issue is suggestion
weight 1 (maybe)

There are cases where mapTo(innerStream) is simply not the same as `map(() => innerStream)` because the former does lazy evaluation of the `innerStream` expression, which may involve the creation of...

issue is bug
weight 1 (maybe)

I recently ran into an issue with imitate where I was calling it multiple times to switch the stream I was imitating in a Cycle.js app. My use case was...

issue is suggestion
weight 2 (could)

We might remove `createWithMemory` since the exact same functionality can be achieved with `create(producer)` + `remember`. It's a breaking change, so we might bundle it together with another breaking change,...

issue is suggestion
weight 2 (could)

the imitate() docs in readMe , say : "The following is an example where imitate() is important in Cycle.js applications. A parent component contains some child components. A child has...

issue is suggestion
weight 1 (maybe)

It would be very useful if we could serialize and deserialize both xstream observables and observable graphs. This would enable snapshotting of application state, which opens up a world of...

issue is suggestion
help wanted
weight 2 (could)

[April 29, 2016 6:04 PM](https://gitter.im/cyclejs/core?at=57237802b8068d3e4aca75d7)

issue is suggestion
weight 2 (could)

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies