Andrew Breckenridge

Results 65 issues of Andrew Breckenridge

is there some way to present a SwiftUI View using a UIViewController presentation API? on the window's top view controller, for example?

Hey! I'm not sure when this changed, but I'm almost totally sure this was working a few months ago, I make a request using ```swift api.send(Paths.profiles.userId(userID).get, configure: { $0.cachePolicy =...

i find myself making this edit, since i opt into Hashable for my entities and some of them have AnyJSON fields

Hey! posting this since I can't find any relevant documentation about this from Apple or otherwise: It seems like iOS is counting my app's Library/Caches. all the documentation I can...

JSON parsing for discriminators fails when the discriminator's `propertyName` has an `_` in it, and the default value of `swiftyPropertyNames` is true this fix uses the `PropertyName` processing to respect...