Nigel Sampson

Results 88 comments of Nigel Sampson

I have a naive implementation of the discussed approach at https://github.com/nigel-sampson/octokit.caching

This will be a breaking change so how you manage this in terms of sem ver will be interesting.

It's a tough one, because that style approach means you're left with `ActivatedAsync` as the name which creates conflict with the other event names which would lead to another round...

Thanks for the info. Can you rerun your tests but against a build of the UWP Behaviours SDK from source. There was a bug Microsoft/XamlBehaviors#55 that caused `EventTriggerBehavior` to not...

Surprised about the view model reference count being added to by the TextBlock binding this should simply be adding a `Text="{Binding PropertyName, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"` to the control. Can you verify...

If the view model is `IViewAware` it will hold a weak reference to the view. Also if you're using `CachingFrameAdapater` then naturally this hold a reference to the view model.

Excellent, just wanted to document all assumptions, I probably won't be able to dig into this till the weekend.

No progress on this specific issue, happy to take some help from people with experience in this. In terms of the 3.0.0 release, plan was for yesterday, but was passed...

There hasn't been anything done for this specific issue, happy to take any help offered here.

I'm not sure how this is Caliburn.Micro related, given we're attaching to the button click event, if the action is firing then it seems the issue is that button click...