Martin Troup

Results 6 comments of Martin Troup

We updated the Zip library within [the demonstrating app](https://github.com/troupmar/ZipTest) in order to test the fix and the problem did not disappear! The only difference is that instead of `Missing required...

I have recently tried to use the library again via SPM and still running into the same problem, unfortunately.

Here is a possible solution: https://github.com/CombineCommunity/CombineExt/pull/120.

What about this? ``` public extension Publisher { func flatMapFirst( _ transform: @escaping (Output) -> P ) -> Publishers.FlatMap where Self.Failure == P.Failure { var isRunning = false let lock...

@danielt1263 Hi there, I will try to make a pull request but at this time I am very busy. The pull request will require some additional tests. At this point...

Here it is: https://github.com/CombineCommunity/CombineExt/pull/119