Ethan Pippin

Results 219 comments of Ethan Pippin
trafficstars

No worries at all. I just happen to have a lot of time on my hands to get things done and think this would be a great addition. I've implemented...

For any button issues, you may want to look at the `PreferencesView` as we will probably be using that to capture button events instead of the SwiftUI modifiers. For the...

oops, I don't remember marking as ready to review, probably meant to do the inverse 🤷

I apologize, I've done a lot of work in #1045 that would require this is be rebased and would probably have conflicts. Additionally, I've changed the flow a bit and...

This is no longer an issue in the latest `main`.

Oops, I seem to have misunderstood the initial request.

I just like the coordinator pattern and it makes navigation really easy, nothing more. On an opinionated note, I never really liked `NavigationLink` and personally find it baffling that there...

Sadly that wasn't a fix, that was just to log decoding errors. This is an error with decoding because there was an API change which added a type. I am...

Don't worry, there's a reason this issue is tagged to my PR.

I did think about that, however I think that the correct place for the `gcd/lcm` of a `Sequence` is an extension to match other semantics of "what is the X...