-
Genetec
- Cherbourg, France
- http://twittemb.github.io
- @thwittem
Block or Report
Block or report twittemb
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
CombineCommunity/Feedbacks Public
Feedbacks is a tool to build feedback loops within a Swift based application. Feedbacks relies on Combine and is compatible with SwiftUI and UIKit
-
RxSwiftCommunity/RxFlow Public
RxFlow is a navigation framework for iOS applications based on a Reactive Flow Coordinator pattern
-
Spinners/Spin.Swift Public
Spin aims to provide a versatile Feedback Loop implementation working with the three main reactive frameworks available in the Swift community (RxSwift, ReactiveSwift and Combine)
-
XcodeCoverageConverter Public
XcodeCoverageConverter aims to provide a tool to convert xccov code coverage results into continuous integration friendly formats
-
AsyncExtensions aims to mimic Swift Combine operators for async sequences.
272 contributions in the last year
Activity overview
Contribution activity
May 2022
Created 1 commit in 1 repository
Created a pull request in apple/swift-async-algorithms that received 8 comments
Fix async channel finishes all
This PR aims to fix/improve the "finish" strategy for AsyncChannel/AsyncThrowingChannel.
From my understanding there are two possible scenarios whe…
Reviewed 1 pull request in 1 repository
apple/swift-async-algorithms
1 pull request
Created an issue in apple/swift-async-algorithms that received 1 comment
[Question AsyncThrowingSequence] Should failure resume and fail all producers/consumers
Hi, We’ve recently merged a PR #152 where the finish operation instantly resumes all the pending producers and consumers (with a nil value), thus e…