Joe Blau

Results 38 comments of Joe Blau

Oh i see, sorry I misread the issue. definitely leave this open.

Not 100% sure. I haven't looked into it yet, but I'll try and take a look this week.

Sorry, been super busy at work and working on a different OSS project that I didn't get a chance to look at this yet. It's still in the queue.

Hm... Yeah there are quit a few problems in this library. I'm working on a Swift version, but I might make a pass though this and clean it up. Most...

There seems to be an issue with the fs.writeFile function not actually writing a file (at least on macOS).

I have 2 questions (because I'm seeing the same thing) 1. What version of iOS are you targeting 2. Do you also have the Strava app installed when you're running...

@antoniokly I figured it out! If you're running a pure SwiftUI app this is what you need to do. ```swift @main struct MyApplication: App { var body: some Scene {...

Actually, I was able to get this working 😅 we can close it.

I had to instantiate my client using a regular `AppDelegate`

I added some changes to make the models structs that conform to codable as well as adding `@discardableResult` to `handleAuthorizationRedirect`