Christopher Prince

Results 48 comments of Christopher Prince

Still having the same kind of issue, and I've detailed progress here: https://stackoverflow.com/questions/44224048/timeout-issue-when-downloading-from-aws-ec2-to-ios-app

It looks like I've got a work-around for this issue. Take a look at `Update5` on my stackoverflow post above. I still have some concerns about being able to get...

Thanks for getting back to me, @shmuelk. I did see the read methods. Probably the most direct way of achieving my goal would be to just pass the RouterRequest to...

I had this issue a while back too. The same error message. My solution was to use Ubuntu 16.04. I ran into this issue on Ubuntu 18.04. I am still...

Any ETA on this update? Thanks!

Have you seen https://stackoverflow.com/questions/59570306/bringing-up-the-google-signin-screen-in-swiftui ? Not what you might call a `native` SwiftUI solution, but it's working for me.

Searching for this issue, I'm finding others recommend not keeping your SQLite database in a shared group container. Which *is* something I'm doing. See: https://inessential.com/2020/02/13/how_we_fixed_the_dreaded_0xdead10cc_cras

I'm wondering why the `Connection` constructor doesn't let you pass flags. E.g., it seems important that I be able to pass the flag `SQLITE_OPEN_FILEPROTECTION_NONE`.

Working for me if I use SWIFT_VERSION = 3.2

I'm not sure if this is 100% related, but the error message is similar, so will add it here. In some cases, I get the header response: ``` AnyHashable("Www-Authenticate"): "Bearer...