stevex

Results 6 comments of stevex

Now that we have https://github.com/apple/swift-crypto would that be acceptable as a library coming straight from Apple?

I ran into this as well, looking to implement a simple proxy server. I want to have Swifter listen and handle the connection, and then my handler will make a...

The MQTTWebsocketTransport.m file is not included in any of the targets. Adding it to the targets introduces a build error that SocketRocket is missing - guess that's a dependency for...

It works on cpu, but it's very slow. Should this work on mps on devices with an M1/M2?

This is still occasionally failing - some builds succeed, some fail. Bad cache somewhere?

The OpenAI SDK lets you specify this as 'basePath': ``` configuration.basePath = "https://api.openai.com/v1"; ```