Scott Berrevoets

Results 4 issues of Scott Berrevoets

It's a bit annoying that in some reports 1 text box can have a lot of text while the other ones barely have anything, and still have to scroll through...

When a button title is very long, `UIAlertController` automatically changes the UI of the actions to a vertical layout. `SDCAlertController` should match that behavior.

behavior-mismatch

test.com now has 2 IPs so the test was failing, instead use example.com which still has 1 IP.

Without getting too deep into what the most "correct" type is to represent currency, it at least seems that both `Int` and `Decimal` are [commonly](https://github.com/Flight-School/Money/blob/main/Sources/Money/Money.swift#L6) [used](https://www.jessesquires.com/blog/2022/02/01/decimal-vs-double/). It would be very...