pnewell
pnewell
Is this something you will consider adding? This was how I wanted to use Chanify too :(
Also looking for something similar (or any solution for SSO). Would be interesting to know what you come up with @johnhorsema
@kirilltitov It happens on a lot of tests, even testConnect(). Looks like for testConnect() it happens from: ``` self.log("Getting key '\(keyBytes.string.safe)'") ``` Line 19, Transaction+Internal+Async.swift If I swap it with...
Yah, so with the change @dimitribouniol recommended, all tests pass except for two, testGetRange() and testUnpackSanity() Edit: testUnpackSanity() fixed, has same String issue on line 87 of Test+Unpack
Here is the workspace/project I set up causing the crash: [ThirdTest.zip](https://github.com/user-attachments/files/17462648/ThirdTest.zip) (Replace the empty SQLiteLib folder with 3.20.0)
So, I think the challenge is that in general the request isn't being made via URLSession because it normally requires a custom SMTP implementation. You could look at [MailCore](https://github.com/MailCore/mailcore2) for...
> I think I'm slowly getting it. So, you would like the `Authenticator` type to handle getting an initial access token, but after that, it would not longer be involved...
> That is exactly how we use it within Ocean. We use `Authenticator` to authenticate an account but then we handle making authenticated API requests manually because of a lot...
Been playing around with this more, it ultimately leads to a runtime error the next time it checks its count. An easy way to see that is to convert to...
Yah, that is why I pulled it out, originally also was trying to make the cookbook work with AppKit but turned into a big project. So it looks like the...