Christopher Jr Riley

Results 11 comments of Christopher Jr Riley

Thanks for your help with this. I took a quick look at it and there seems to be some misunderstanding with respect to this. First, as of right now, the...

Anything other than `ATProtoKit`, `ATProtoTools`, and `ATProtoAdmin` classes should not be given log events yet, as they're still in development and I feel there will be massive changes in there,...

It appears that OpenAPI Generator from Apple may be the most likely candidate for this. Will have to research further...

A fundamental shift in how it generates the code is needed in order for it to conform to the design goals of ATProtoKit: - It needs to be fully compatible...

The plan is to use the OpenAPI generator as-is and to use the "curated library" approach that Apple recommended me to do when using it for the AT Protocol. The...

ATCryptography doesn't show any data race issues when building on macOS or Linux. However, SPI is reporting that there are four errors (on macOS, visionOS and Linux) and eight errors...

This is something that I've been wanting to do for a while, but have keep pushing it back because I don't know where to start. More specifically, I need to...

Take as much time as you need: I'll leave it up to you, and then I'll refine as we go along. We'll need to mock the data since testing using...

Version 0.22.0 now allows you to parse the session tokens. However, while this is complete, there is not yet a way to validate the token. In order to do this,...

`SessionToken` is available in ATCryptography now, and will be the new home for that `struct`. ATProtoKit will soon have its own version deprecated and removed; if you want to still...