stackotter

Results 173 comments of stackotter

Oh ok, I though @compnerd added Windows support a while ago. And I saw the [windows related target](https://github.com/apple/swift-nio/tree/main/Sources/CNIOWindows). But I guess that that was made quite a while ago. I...

How's it go on the public release of Ventura? (I haven't updated yet)

I'm on the latest version of Ventura and this issue doesn't occur for me. I'll close this and if anyone experiences this again they can reopen the issue

FirebladeMath has now replaced SIMD and everything seems to be working correctly on macOS still. I have multiple PRs in the works to improve the library but for now I'm...

I've replaced all of the networking with a custom Socket implementation now so we don't need to rely on Network.framework anymore (which is Apple platforms only). As an added bonus,...

I've replaced `Compression` with a zlib library now and it seems to be working well

I think all that remains now to get a working build is to split rendering code into a separate target so that DeltaCore can be fully built on Linux.

I've split out rendering code and removed reliance on CoreGraphics now (by replacing image loading/processing with SwiftImage) and now I'm working on replacing CryptoKit (used for SHA1, RSA and shared...

So far I think it has improved build times maybe cause we don't need to build stupid swift nio. But I'll definitely be benchmarking runtime performance before I merge, hopefully...