Christopher Jr Riley

Results 48 comments of Christopher Jr Riley

Yes, and I'm still looking into it; I'm just having to juggle many other tasks at the same time. I'll get back to you shortly.

Thank you for waiting. I've tested your gist and it does indeed not show anything. However, I made some tweaks with the code. Here is what it looks like: ```swift...

I don't follow. Do you mind sending a private gist of what you're doing that causes this issue?

I'm okay with this, so long as it's concurrency-safe and the current implementation still works. Please don't use `@unchecked Sendable`, as it means the compiler will not check to guarantee...

SwiftData would not be recommended to be added within ATProtoKit, for two reasons: 1. SwiftData isn't the only way to store data. I would like ATProtoKit to be as generic...

Unfortunately, I don't have a SwiftFormat file, though I plan on making one in the future. It's mainly because I never got around to it. I'll look into doing that...

I took a look at it but forgot to make a comment. Sorry about that. I'm okay with it for the most part, but I explicitly don't allow for force-unwrapping,...