Aleksandr Dremov

Results 4 issues of Aleksandr Dremov

### Issue Link :link: https://github.com/Alamofire/AlamofireImage/issues/430 ### Goals :soccer: - Implement basic SwiftUI view for images lazy download - Documentation ### Implementation Details :construction: - Created LazyImage view that loads image...

At this moment, no collection can address random insertions. I have a data structure implemented through implicit Treap that behaves like a general array but can do random insertions/deletions/access with...

enhancement

### Problem description I wanted to test quality metrics of several different algorithms from `crowdkit.aggregation.classification` and found myself writing such kind of function: ```python def get_scores(model, data, fit=True): if fit:...

enhancement

If protocol#1 inherits protocol#2 imported from different module, then protocol#2 requirements are not met: ```swift /// @mockable protocol Foo: Equatable { func foo() } ``` ```swift class FooMock: Foo {...