Jacob Bartlett
Jacob Bartlett
It looks like this and a similar pull request - https://github.com/danielgindi/Charts/pull/1917 - have been dead for at least 2 years. Is it worth throwing away all the work they took?
Same here, wasn't sure if it was a SwiftUI issue or not
Hey, I'm trying to get Sign In With Apple to work in my app - obviously if I showed users a web UI to do that, it'd be pretty egregious....
A silly but effective workaround I used if anyone has the same issue; ``` #!/bin/bash while true; do source maestro-script.sh sleep 3600 done ```
Bumping this
> Never mind found a way around and got it working 🤣 > > 1. In Route53, manually create an A record, for the root domain, tick Alias, Route traffic...
Thanks @SwiftNativeDeveloper, that's a neat approach! I also ended up extending it to also log the module identifier, though it was a little cumbersome making a custom extension w/ default...
Hey @paulb777, it seems to be mostly iOS 17 users, but this isn't surprising as it's the latest version. Full results here: iOS 17.3.1 | 1826 iOS 17.4 | 398...
Thanks for all the responses so far. So from what I've gathered, this `DCErrorInvalidInput` issue has been a problem since at least May 2023, however it's possible that the frequency...
Thanks for this @JonatanLoop, you're doing God's work 🙏