Roman Sachse

Results 31 comments of Roman Sachse

Never done anything with Azure yet. So any help/guidance would be appreciated

So. I am back from holiday hibernation. I am not creating a docker container, yet. I will prepare the docker stuff and come back to you later. Thanks!

Should be role based. Available roles in step 1: * attendee * organizer * admin A user can be an attendee of a conference and an organizer of a different...

I am not quite sure if I understand you correctly. You mean to replace `runWith` with its own implementation? If yes: I am not sure if I like this approach....

`Elmish.Streams` is not only creating new messages but is also able to map,flatmap,throttle/etc messages that have been send before they are fed into the real dispatcher. I think this is...

@Zaid-Ajaj (also @MangelMaxime) here is an example that is imho not as easy and clean in normal elmish apps ```f# // websocket stream // handles connect, dispose, encode, decode transparent...

@et1975 > I closed the issue because "make the SyncDispatch more useful to library authors" is not a problem statement, elevating a leaked abstraction is not an option and have...

> * I might be wrong, but what makes you think this is a current state instead of initial? > The Elm runtime is calling the subscription function for every...

> > subscriptions and commands are just objects describing the effect > > They are defined exactly the same way in Elmish, so no, they are not just describing the...

@Zaid-Ajaj this sounds nice. For the record I'd still love to have an easy way to wrap/replace the dispatcher. This would leverage libraries like `Elmish.Streams` and would allow better interop....