Amaury Levé
Amaury Levé
> > I am trying to replace the various use of `Binding.subModelSelectedItem` in my code with `Binding.twoWay`. > > Why? The doc states "Only use this if you are unable...
As usual thanks for the clear explanations @TysonMN!
@TysonMN I am trying to find a way to improve the doc comment and in the process I am actually wondering if I got things right. When do you recommend...
> So definitely not trying to hijack this thread, but for anyone who's in immediate need of this for production code, there is an alternative in [DynamicData](https://github.com/reactivemarbles/DynamicData)'s [SourceCache](https://dynamic-data.org/2015/08/12/observable-cache-at-a-glance/) (_preferred_) and...
> That is the intended behavior. I was guessing so but current experience is confusing/broken: 1. Why is the function called if the goal is to ignore result? I would...
> I don't think I know what you are referring to. In what case is the function in the `Cmd` binding executed but the result ignored? If you get back...
Thank you for all these detailed explanation, it makes sense to me. I am still puzzled by the difference of behavior but do agree that it seems to be a...
> I will keep this open OK > Your source of truth is the `Clipboard`, and you want to your application to stay in sync with it. As always, there...
> You could add caching to the polling loop so that you only dispatch a message when there is a change to the `Clipboard`. That will reduce the number of...
Hi @TysonMN! So sorry, I changed job and totally forgot about this open issue. I don't have the original source code obviously but I will try to see if I...