Sven Bardos

Results 11 comments of Sven Bardos

Any news on this? Would be really helpful to know how to use this package.

Is this dead? Looks like it never has been merged.

I'm facing the same problem with my Hub in my model. ``` Program.mkProgram Index.init Index.update Index.view #if DEBUG |> Program.withConsoleTrace #endif |> Program.withReactSynchronous "elmish-app" #if DEBUG |> Program.withDebugger |> Program.withDebuggerCoders...

Because I already read about currying I read about that again, in hope this would solve the problem. But no, couldn't see how that could help me. Then I googled...

Thinking more about it: The definition of the pipe-operator given in the example is not the point why it works. If the koan should explain why it works, the infix-stuff...

The docs state: ``` #r @"../../src/FSharpPlus/bin/Release/net45/FSharpPlus.dll" open FSharpPlus ``` to include FSharpPlus. I had quite a hard time to figure out what works for me: ``` #r "nuget: FSharpPlus" open...

@tuminzee Sorry, for late response. To be honest I don't remember if I got it running or not. But when I check my code I find the following in my...

Any news on this? It's really a pity that we can't use the generated stubs and have intellisense working.

@Potrimpo Maybe jumping is still a thing? I made one in F#. Functional code could be improved a lot I guess 😂 [Todo List with Undo/Redo](https://github.com/KingKnecht/feliz-elmish-todo)

Old topic I know. But maybe someone is still interested. I made a version (F#) which is able to do "non-persistent" updates, transactions for bulk updates and jumping to a...