Krunoslav Zaher

Results 34 comments of Krunoslav Zaher

Hi @sergdort , How would we extend it? It seems to me that only way would be to expose loop lambda, but if we do that, then it's still possible...

@sergdort yeah, I understand that, but how would somebody create an arbitrary feedback loop if needed? Don't think there is a finite number of them.

I don't think it's just a matter of customizing `flatMapLatest`. E.g. there is this form that uses a set that controls it: ``` public func react( query: @escaping (State) ->...

Actually, the flattening strategy here is the same ;)

I guess we can probably improve them in some way ...

>Hi, so if I understand correct, you would like to @freak4pc as an Admin, the same as you currently are @kzaher? Yes please. Thanks Ben.

@eliekarouz yes, that was because of compiler limitations :(.

@markotron I've refactored the feedback loops in Swift version so that they are all just simplifications of one general form. Seemed elegant to me. The idea is to have a...

observable state machine -> Observable identifiable values (requests) -> Some value that has an identifier. The value is used to check out should new value be sent. Identifier is used...

@markotron We've renamed `Mutation` -> `Event` again. That was the feedback we got. `Query` -> `Request` was an improvement.