Results 40 issues of Denis Stoyanov

Hi @stoeffel. I have a very big list of reactive resources http://xgrommx.github.io/rx-book/content/similar_libraries/index.html. Maybe this list can help you =)

Hello, How can I use ajax response with `scanMerge`? For example: ``` js const fromPromise = (promise) => { var s = flyd.stream(); promise.then(v => s(v)); return flyd.immediate(flyd.stream([s], function ()...

Do you planned add ES6 feature? For example you can use this plugin https://github.com/sindresorhus/gulp-traceur or this https://github.com/thlorenz/es6ify

enhancement

Hello @rikvdkleij in vscode we have in-place evaluation via `-->>>` How about plugin for idea? I know in idea exists evaluation window. Have u plan to implement smth similar to...

Hello @marten-de-vries I have some experiments with your plugin and I found it interesting, but I have some cases when I don't get that I expected. For example I should...

I have some experience with reactive programming (Rx, Bacon, Flyd, etc) What is difference between join patterns with subjects from Rx? What is difference between focal? (https://github.com/grammarly/focal) As for me...

question

Hello we can use `DEBUG` only during start application, but I need change it on the fly (during running application) Can I change `DEBUG` env variable via code?

enhancement