David Chase
David Chase
+1 for `switchLatest` thats what i thought of immediately when seeing the `switch` or `switchOnNext`.. i think it makes sense when dealing with streams of streams calling `switchLatest` will return...
:+1:
sounds good thanks :)
@busypeoples cool sounds good, let me know what you come up with :)
yeah thats a good one, i tried it out with a multimap structure in order to avoid passing in the context twice. so i compose the noDuplicates with a simple...
@boyko @busypeoples 👋 this looks really great! i havent tested it out in my scenario just yet (busy @ work) but this could be it thanks a bunch 😄
i had the same as issue as you @mjkl-gh where i only saw the rainbow screen for each time i tried to flash any version of hypriot. and confirmed that...
@sebas2day you make a good point about more complex examples. Would you like to contribute some of those examples yourself? In the meantime you can check out some wonderful examples...
@Frikki sure check out under src/fusion or this link and line number https://github.com/mostjs/core/blob/master/packages/core/src/fusion/Map.js#L34 @briancavalier thanks for sharing 👍 the author is a local and went to same school as me.....
Interesting finds, @nikoskalogridis out of curiosity did you run into some issues with the current implementation of copy and it was resolved by changing to slice(0) ?