Joe Fabisevich

Results 92 comments of Joe Fabisevich

Hey @will-lumley, any update on the new release?

Hey @will-lumley, somehow I missed this update. I guess my diagnosis is off because I'm still encountering this issue β€” so clearly it's not the issue. I will continue debugging...

I was just doing a comparison of OpenAI-compatible packages to integrate into my Vapor app, and came across this project. I've already integrated it into a local tool and think...

My suggestion would be to not depend on the Linux implementation of URLSession, but to instead continue integrating AsyncHTTPClient. There are many bugs in the Linux implementation of `URLSession`, not...

Hi @jamesrochabrun, I finally had some time to explore this and came up with a simple solution. [This change](https://github.com/mergesort/SwiftOpenAI/commit/74e9ec87688df190bd2473c419adb6ee6495c8a0) looks like a monster, but for the most part it's just...

That's a great idea, conforming URLSession to `HTTPClient` is better than the what I had in mind! I'll start from scratch with the new spacing and clean up everything, then...

Done in #143, let me know what you think!

Hey @jamesrochabrun! Yep, I've been thinking about it since I opened [#49](https://github.com/jamesrochabrun/SwiftAnthropic/issues/49), but my schedule has gotten super packed before a much-needed vacation. I'm back now and have a couple...

I'm running into this issue now, and would like to upvote this feature! I've created a `Banner` that's displayed in a `BannerView` by conforming to `MessageViewConvertible`, but I have no...

Thanks for the suggestion @wtmoose! As you requested, below is a rough version of how displaying notifications in my app works currently. I'm trying to think of the best way...