K1NXZ
Follow
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)
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.