-
I am trying to create quite a convoluted stream structure for reading and processing files in a directory and am stuck at one point and not sure how to proceed. Here is how my code looks like -
``` …
-
How can i get the stream of right clicks? This way does not work:
var click = Kefir.fromEvents(document.body, 'click');
click.filter(e => e.which == 3).log();
-
Hello,
We encountered a strange behavior of Kefir while nesting onValue calls on a Kefir property. See [an example](http://jsfiddle.net/1jpxb3w2/) below:
``` js
var e = Kefir.sequentially(500,[1,2,…
-
Re https://github.com/mochajs/mocha/issues/1898
##
https://github.com/zenparsing/es-observable
@thejameskyle What do we need to do to support it?
I would guess calling `.forEach()` on the observab…
-
Lets say we have some simple high-order function and Emitter. And we want to use them together like:
``` javascript
function apply(f) {
return function(x) {
return f(x);
}
}
var emitter = Ke…
-
Instead of flushing on the next event from the source stream. So it should rather be like:
``` javascript
var foo = Kefir.sequentially(100, [1, 2, 3, 4, 5, 6, 7, 8]);
var bar = Kefir.sequentially(200…
-
on version 2.10.2 , bluebird library file `utils.js` has unicode characters that break the node javascript runtime environment. its a pretty serious crashing bug... please see screenshots and console …
-
This might just be something wrong with my computer; but I have reproduced the issue in the Linux versions of Firefox and Chrome.
On http://rpominov.github.io/kefir/ I can see code examples, but no o…
-
It would be quite useful, for example, in a `.withHandler` handler, to be able to pass an event directly, and / or to plug a stream into an emitter:
```
stream.withHandler(function (emitter, event) {…
-
In our application, we catch all uncaught exceptions and have the client log them to our server automatically. We've been seeing this many times a day from many users without much else in common:
Err…
Macil updated
9 years ago