Adam Dahan

Results 13 issues of Adam Dahan

// // LineNumberRulerView.swift // LineNumber // // Copyright (c) 2015 Yichi Zhang. All rights reserved. // // Permission is hereby granted, free of charge, to any person obtaining a //...

See: https://drive.google.com/file/d/1llzOH0Bmqfxl9QZV4hSiH9k4lCGzqmPq/view?usp=sharing This was brought to our attention by: https://github.com/CosmicMind/Material/issues/1256

bug
investigate
material

Hi all, Neat library, thanks for building it. I found some issues with the implementation. If you have a UIKit based app and want to present one of the examples...

Let's leverage instead of re-write Apple collections: https://github.com/apple/swift-collections.git I want to add these collections by adding `swift-collections` as a dependency. ``` Deque, a double-ended queue backed by a ring buffer....

enhancement

At this point I realize I will not receive any response from you, however, your staging servers are down. ![Simulator Screen Shot - iPhone 13 mini - 2022-05-31 at 12...

Hi, I am trying to integrate https://docs.snap.com/snap-kit/login-kit/Tutorials/firebase/ios#authenticate-with-firebase in my app but the framework `SCSDKLoginKit` and the `SCSDKLoginKitClient` does not actually have the functions you describe in your integration instructions. This...

Basically your popAtView function doesn't pop at the right place.

bug

### Check List Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked. - [x] I have read the [wiki page](https://github.com/onevcat/Kingfisher/wiki) and...

The autoScrolling feature in your code using .defaultActive should rotate from A, B, C, A, B C without jumping back to A from C. It should just be continous.