Tyson Williams

Results 381 comments of Tyson Williams
trafficstars

I created a sample called `Capabilities` that should eventually contain most (but not all) of the existing samples. The `Single Counter` sample will remain separate. I want this combined sample...

Added to my first comment as > [ ] Remove everything currently marked with the `Obsolete` attribute

We have had the branch [#143_#157_optimize_updateValue_using_refEq](https://github.com/elmish/Elmish.WPF/tree/%23143_%23157_optimize_updateValue_using_refEq) sitting around for 10 months. In contains a breaking change, but it wasn't very important, so we didn't do anything with it. I suggest...

I think the only other thing to consider for inclusion in version 4 is support for a lazy `SubModelSeq` binding. See issue #143 and especially the recent conversation starting in...

(Different train of thought) I want to try and add the `requires equality` type constraint to `'id` for v4 as described in https://github.com/elmish/Elmish.WPF/issues/139#issuecomment-672815011. I think we could just "manually" add...

(Another different train of thought) When `update` throws an exception in Elmish 3.x, only the exception and message are logged. I want the model logged as well. In `elmish/master`, which...

> I thought Elmish made sure of continuing the loop, while calling the error handler... That is the behavior in Elmish 3.x. In Elmish 4.x, I just tested that the...

I don't know their timeframe. I think it would be good to wait for technical reasons (so we don't need to make another major release to support their major release)...

> > @cmeeren, what do you think about making a breaking change related to `SubModelSeq` in v4? > > Depends on the change, of course. The fact that it's breaking...