-
Set `Kefir.DEPRECATION_WARNINGS` to `true` in `rpd.js` to see which ones.
-
I only ask because I know it is growing in popularity.
-
Hello, I would like to know whether Kefir.model is still going to be implemented. I saw that there was some discussion in #43. I am presently using the following solution:
Please see gist at: https:/…
a-s-o updated
9 years ago
-
I found this jsperf benchmark, which I think is way too simple of a use case: http://jsperf.com/bluebird-vs-rsvp/89
So I added your library to the bluebird benchmark suite, which tests a set of small…
-
Hi, kefir and bacon seems to be inspired in Compositional event system, I'm more familiar with kefir and for instance, if you need get a stream value in kefir, you need generate an event, instead in f…
-
Originally @AgentME [have reported this in Kefir](https://github.com/rpominov/kefir/issues/119), but I found Bacon has same issue.
``` js
var stream = Bacon.later(1000, 1)
function fn1(x) {
consol…
-
It would be neat to have the same regexp search for dev deps too.
-
Does it make sense to add `flatMapFirst` that is analog of `flatMap` which adds new observable only if the previous one ended?
It already exists in bacon - [flatMapFirst](https://baconjs.github.io/api…
-
Hi @pozadi . I tried use `Kefir.sequentially` with a big collection and it's slow than `Bacon.fromArray` or `Rx.Observable.fromArray`. This is my small code:
``` js
import _ from 'lodash';
import Ke…
-
the messageboard store is spaghetti right now (sort of on purpose - stores aren't really a core feature of this demo)
that said, we should be using some immutable datastructure in order to be perform…