Tuomas Kanerva

Results 3 issues of Tuomas Kanerva

Is there any chance that support for Chromecast could be added? Would be pretty awesome to stream some higher quality gifs to a TV.

I'm getting strange results when merging an active stream vs. ended stream into properties: ```js var k = require('kefir') console.log('Merging property to non-emitting stream') var s = k.merge([ k.constant(2).merge(k.later(1000)).toProperty(), k.constant(1)...

First of all thank you for this library! For the most part, everything works much smoother than I would've expected possible running Love2d in the browser. I've managed to get...