-
Hi!
I've written a small wrapper to [take every nth value](https://github.com/elsehow/kefir-takenth) of a Kefir stream. I have no idea if my solution is eloquent, but would there be any interest in i…
-
Basic example:
``` javascript
var Kefir = require('kefir');
var _em;
var vce = Kefir.stream(function(emitter) {
_em = emitter;
return function() {};
});
vce
.filter(function(){return true;})
…
Macil updated
9 years ago
-
This code worked in 2.5.0 and stopped working in 2.6.0.
``` javascript
var assert = require('assert');
var Kefir = require('kefir');
var emitter = new Kefir.Bus();
var step = 0;
emitter.bufferBy(emi…
Macil updated
9 years ago
-
I'm using kefir with a new react app I'm working on, and I'm trying to find the best way to handle the onClick events.
I've read all the other issues on here about alternatives to Bus, and I settled …
bobfp updated
9 years ago
-
Hi, quick one, just for copy and paste.
It fixes a crash when you do `"foo" in obj` and obj is an instance of a TS class:
``` js
--- a/transcrypt/modules/org/transcrypt/__javascript__/__builtin__.…
axgkl updated
8 years ago
-
Hi!
I really impressed with the performance. Test results are just incredible! And I can fully accept than it much faster that other RP libs. Being author of [one](https://github.com/pozadi/kefir), …
-
I am not able to understand what is lazy evaluation in Bacon.js.
I wrote the example provided by Bacon using map and flatMap and I get the same result.
Here is the HTML
```
```
Here is the JS f…
-
I'm just curious, how do you plan extend this utility to support, lets say, next 5 libraries? As far as I see Implementation follows API design very tight (which is OK at this point), but for 7 librar…
-
I have been puzzling through Promises and unsubscription in my use case a little further while working through the use case which motivated https://github.com/rpominov/kefir/issues/137 and I think I'v…
-
I suppose that Kefir was start as a funny hobby. So thats why it has this name.
Since for now its a serious project it requires serious name. There are two reasons for it:
1. Kefir is looking ugly (so…