Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
6,175 contributions in the last year
Activity overview
Contributed to
alonesocialclub/ios,
ReactorKit/ReactorKit,
StyleShare/Gretel
and 5 other
repositories
Contribution activity
July 2020
Created a pull request in airbnb/ResilientDecoding that received 3 comments
Make Resilient equatable or hashable if its value is so
@Resilient doesn't respect Equatable and Hashable.
struct Foo: Decodable, Equatable { var bar: String // β
Works
}
struct Foo: Decodable, Equatable {
+60
β0
•
3
comments
531
contributions
in private repositories
Jul 1 β Jul 31