Eugene Tolmachev
Eugene Tolmachev
I agree that React bindings should remain just that - language support for the library. However tempting tacking more helpers on it might be, it would impact maintainers ability to...
I used https://github.com/zalmoxisus/remotedev-server - a local TCP service that you start separately and a "monitor" - a native OSX UI to visualize the data, see what else you can use...
>where is Remote coming from? https://github.com/fable-elmish/debugger/blob/master/src/debugger.fs#L20
Would love to see this finally land.
Related: https://github.com/elmish/debugger/issues/7 Redux DevTools could actually be more than just the source of inspiration, it has stand-alone monitor that could be be used "as is" if we had the protocol...
You'd use standalone monitor (like react native does), but it should work once the client side is implemented (can't use elmish.debugger as is, because it relies on a JS library...
It will be possible once native .NET protocol implementation (TCP client) is implemented. It might exist already, if not - writing it shouldn't be too difficult. It's just hasn't been...
Sorry, no time frame - I've been experimenting with Elm-like subscriptions, but got nothing definitive yet. Also I would not recommend coupling the Elmish.WPF major version component to the core...
Just a thought, how about simplifying the story a bit: isolate clusters per platform. Realistically, what is the use case for a cluster that spans platforms? Even assuming there is...
@DenisDollfus maybe not what you had in mind, but if you consider Apache Storm a platform, then there's a .NET solution that works on linux (and Windows) today: https://prolucid.github.io/FsShelter You...