Vladislav Botvin

Results 68 comments of Vladislav Botvin

> Good idea. I already checked your library rocket.pipes 👍 > > Could you please create a PR?? Thanks, yep 👌 But need to wait some time, when I will...

@ppeeou Sorry, but I don't think that case 2 is possible. Due to my experience with [rocket-pipes](https://github.com/darky/rocket-pipes), [ramda pipe](https://ramdajs.com/docs/#pipe), [lodash flow](https://lodash.com/docs/4.17.15#flow) first function in pipe should be typed in explicit...

:+1: It's high priority issue for many UMD-like modules

I found temp hack solution: yourGallery.smoothDivScroll({     setupComplete: function(){         scrollWrapper.animate({scrollLeft: 1}, 0, function(){             yourGallery.smoothDivScroll('move', -1);         });     } });

@TomRadford feel free to add PR 👍

Would be better to support v6 too, seems very hard to shift community from cjs -> esm

This issue closed without implementing Would be nice to have multicast of Iterable/AsyncIterable via `fork` fn for independent parallel consuming Like RxJS `share`, that multicast Observable

Yep, for allowance of stream multicasting to independent substreams (if image 👇 is dark, feel to open it on new tab) ![svg-2](https://github.com/marpple/FxTS/assets/1832800/cd8e8525-72a0-4b0d-9c45-6fcd16a70f1d)

Inspiration: https://github.com/iter-tools/iter-tools/blob/d7.5/API.md#fork