Alex Grebenyuk

Results 206 comments of Alex Grebenyuk

I am using Jekyll, but the theme is custom and is made from scratch.

I think it's something on your end. It works for me. Any luck fixing it yet?

I'm considering archiving this repo as I'm not sure these particular benchmarks are as relevant on modern hardware as they used to be.

Hey, I would definitely merge a PR which adds it. I’m a bit busy with other things at the moment, sorry.

CocoaPoads support is no longer available. Carthage should still work, but is not supported.

It's hard to estimate just how much time I spent debugging weird CocoaPods issues over the years, while Carthage and SPM work perfectly. CocoaPods isn't designed to scale well (see...

I'm afraid I'm not planning to include CocoaPods support even if it's maintained by someone else. I don't support it in any of my frameworks moving forward.

Hey, is that with the latest version? Do you know how to repro?

I'm not sure if these are the same errors. In the original issue, the error code is `kCFErrorDomainCFNetwork Code=303` which says "The HTTP server response couldn’t be parsed". It might...

Great, I'll create a sample and try to reproduce it. Thanks for the tip about the onAppear callbacks. P.S. It's pretty hard to create reusable components in SwiftUI that work...