Pinned Loading
-
EnvShare-CLI
EnvShare-CLI PublicA CLI to share your environment variables with your team quickly.
JavaScript 3
-
-
GetOhsome/JSONlize
GetOhsome/JSONlize PublicA simple swift package for localizing your apps from JSON files with easy plural and dictionary handling.
-
Unretained operators for the Combine...
Unretained operators for the Combine-Framework in Swift 1extension Publisher where Failure == Never {
2func withUnretained<Root: AnyObject>(_ obj: Root) -> AnyPublisher<(obj: Root, value: Self.Output), Never> {
3let mapped = compactMap({ [weak obj] value -> (obj: Root, value: Self.Output)? in
4guard let obj = obj else { return nil }
5return (obj: obj, value: value)
133 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More