-
For consistency, and for the cases like https://gitter.im/pozadi/kefir?at=5571f18227d2203776ccc293
-
Bacon has a limitation that multiple versions of Bacon don't work together, does kefir have this same limitation?
An example:
- a library uses kefir streams internally
- the library accepts streams (…
-
dispatcher should be its own file - a traffic cop that can filter, debounce/throttle according to type, and so on... the global "coordination point" for the application.
-
Original Reporter: typoknig
Environment: W7X64
Version: 2.3.1
Migrated From: http://jira.grails.org/browse/GRAILS-10646
I have the log4j configuration below. The intent of the configuration is to wr…
-
Hi!
First of all, thank you for Kefir.js, you're doing great thing ;)
My question is: Kefir.emitter() does not exists anymore. How should i use Kefir.stream(), if i have complex ui logic and it's nec…
-
What's the solution for creating a stream that observes multiple streams, and when a new value arrives from one of the inputs, it recalculates its argument function (using all the arguments from the i…
-
I've been playing with Kefir for a while and test-driving the excellent integration with transducers. The following, seemingly simple task trips me up. It appears that transducers can be used analogou…
-
Hi,
I've been hunting memory leaks in my app this week, and I think I've tracked one down to Kefir. It seems that flatMap will unsubscribe once take(1) is done, but then resubscribes again, even thou…
-
I've seen the [tree demo](http://pozadi.github.io/kefir/demos/tree.html). Quite impressive. I'd be curious to know what makes Kefir.js fast / Bacon.js slow.
What do Kefir users sacrifice for this inc…
-
Add support for listening to eventstream like objects. E.g. eventstreams from [bacon.js](https://github.com/baconjs/bacon.js) or [event-stream](https://github.com/dominictarr/event-stream).
Under th…