Joan Disho

Results 18 issues of Joan Disho

Hi ๐Ÿ‘‹ I have created a custom UICollectionViewLayout. ```swift protocol PinterestLayoutDelegate: class { func collectionView(_ collectionView: UICollectionView, heightForPhotoAtIndexPath indexPath: IndexPath) -> CGFloat } class PinterestLayout: UICollectionViewLayout { // MARK: Delegate...

help wanted
question

Hi Serg, First of all, I want to thank you for the great explanation about CleanArchitecture, but I am a bit concerned about the way the ViewModel is created. Based...

Hello ๐Ÿ‘‹ In this PR, I create extensions around `NSLayoutConstraints`, `NSLayoutXAxisAnchor`, `NSLayoutYAxisAnchor` to replace the redundant `ConstraintRelation` switches implemented in `TinyConstraints.swift`.

First of all, thank you for this amazing project. @rnystrom I have an issue with `GitHawk` that I cannot sign in with other credentials after a sign out. When I...

๐Ÿ› bug

Would be great to have a code coverage label in the README. https://codecov.io/github/jdisho/TinyNetworking?branch=master

enhancement

```swift tinyNetworking.reactive.request(resource: .photo(id: 123)).start { event in switch event { case let .value(response): // Do something with the response. case let .failed(error): // Do something with the error. default: break...

enhancement

### Description Hi there ๐Ÿ‘‹ I just tried building the project using Xcode 26 Beta, and I ran into this new compile-time error: ```console unsupported configuration: the aggregate target 'OpenAPIGenerator'...

kind/bug
status/triage