Akio Yasui

Results 5 comments of Akio Yasui

It is `https://cdn.cocoapods.org/all_pods_versions_3_6_9.txt` for me. FWIW, I found that having `Accept-Encoding` and specific `User-Agent` (of [Typhoeus](https://github.com/typhoeus/typhoeus)) causes the block. Removing these headers or different `User-Agent` (even just making it `"Typhoeus"`)...

@mommyme There is currently no official way to implement infinite scrolling on AKPickerView. But as you said, UIDatePicker does it, so I'll implement it also on AKPickerView soon. Of course...

Actually, I'm considering whether I should add vertical option to AKPickerView which was originally made as "a horizontal version of UIPickerView," and I think you should use standard libraries when...

> You're correct to note that SwiftSyntax is responsible for the bulk of the compilation time. That's also tracked here: [apple/swift-syntax#1194](https://github.com/apple/swift-syntax/issues/1194) > > This is why most users should be...