Christopher Jr Riley

Results 48 comments of Christopher Jr Riley

I've dug deeper into this now. I've looked into the TypeScript code from the official implementation. The "could not resolve feed did" error that's being outputted is because my code...

I've completed it. The final method looks like this: ```swift public func refresh( with atProtoKitConfiguration: ATProtoKit, from array: [AppBskyLexicon.Feed.FeedViewPostDefinition], at index: Int, feedURI: String ) async throws -> [AppBskyLexicon.Feed.FeedViewPostDefinition] {...

Ah, I understand now.. You could wrap `PostViewDefinition` in a `class` and conform it with `ObservableObject` (since `struct`s and `enum`s can't use `ObservableObject`), then initialize it with the post view...

Yes, I want to get rid of `BlobContainer` entirely. I haven't gotten around to completely investigate how to get that to happen yet as I'm working on so many other...

Interesting. I saw that you've made a PR as well. I'll be releasing a newer version of ATProtoKit before the week is over. Once that's done, I would suggest that...

Sorry for the late reply. There's a bug with respect to uploading the videos and I'm trying to get this resolved. I've been spending all day and night yesterday to...

Sorry for the extremely long delay: I didn't think it would take this long to get uploading videos to work. But version 0.18.1 is now out. Please look at your...

I've merged the relevant pull request and it's now released in the latest hotfix, so I'm going to close this issue. If the issue is still happening, please feel free...

I'll look into that library and see if it works well for my needs. But I fear that I will have to write it by scratch after all (or at...

I understand this and I'm working on trying to figure out a solution. I'll soon release a branch of my progress with this and I hope that others will be...