dodexahedron

Results 432 comments of dodexahedron

> That's what the code above does. I think having to do that is cumbersome. Agreed it's cumbersome and even a little odd for that function. One thing though: For...

> Oops, I did it: > > Instead of effing around with `CancelEventArgs` correctness, I took the challenge of refactoring `CheckBox` to NOT use `bool?` for it's 3 states, and...

> > > > Instead of effing around with > > > > > > > > > Don't forget to do it for the `MenuItem` as well. Thanks. >...

When I saw the title of this in my inbox, I couldn't click on it fast enough 😆 Waiting for my machine to reboot RN because I postponed updates that...

I'll take a quick look at the current state of the branch and see if I can piece together what went wrong. No promises without the original commits still existing,...

Taking a look at the commit graph, my first suspicion is those merges. Dollars to donuts I'd bet those are at least a significant part of the difficulty, because they...

A thought I just had that I've never tried but sounds valid in my head is that, if you have done outward merges like that... If you do an interactive...

> > Taking a look at it beyond what we were exploring in the associated issue, around nitpicky stuff with generics. > > You are confusing two issues. I suspected...

> > Taking a look at the commit graph, my first suspicion is those merges. > > Back when I simply did `git merge` and wasn't trying to be a...

If I drop or squash anything during the rebases above, I sometimes will push a new branch, to preserve the old one, just in case, and if I remember to...