@FunScalaConf@DamReev@DamReev I just saw your talk, first time looking into Kyo, I built something myself but it’s the other way around, a small Effect layer on top of my own actor system called Cajun (still early stage), nice to see what you have done with kyo actors
https://t.co/cuk6Qj9Qei
@mattpocockuk@Patrick_Roza@DavidKPiano Oh yes there is a mailbox for each actor, but the actor does not choose to subscribe, it can receive anything, the state transitions are decided on the logic within the actor, again this is the elixir implementation of the concept, yes but in general sense actors are a broad term
@mattpocockuk@Patrick_Roza@DavidKPiano Actor 😌, i recently learnt about elixir processes (their green thread actors), and the reducer was very similar to a reducer
@_joetdc@rawdeg@AndaristRake @absentmindedbi This is mainly due to the structural typing nature of typescript, for nominal types you need to use branded types.
@HCI_Ottawa we need urgent help please. I applied for minor OCI for my second daughter on March 17,2022 along with original passport and birth certificate to @blsintlservices and is still underprocess with them.
@jyotima09@IndiainToronto@HCI_Ottawa Hello ��� my experience for my daughter’s OCI is a little different, its been 3 weeks and no progress from BLS side, did you apply by post or in person?
@devminibhati Only is context of http requests and responses observable emit single values, but generally they are multi value emitting streams. MouseClick streams are a very good stream to model with observables. 2/2
@devminibhati The observable emits multiple values over time, the OnNext callback will be called for each of these values, only after all the values are emitted the OnComplete will be called, and OnError is called on any error. 1/2