Thibault Wittemberg

Results 12 issues of Thibault Wittemberg

Hi @guillermomuntaner Here is an implementation of the Observer pattern with a property wrapper. I think I've done all what was required in the CONTRIBUTING.md file. Thanks. Thibault.

This PR bridges structured concurrency with Combine by adding: - Publishers.fromAsync(): wraps an async function call into an AnyPublisher - Publishers.fromThrowingAsync(): wraps a throwing async function call into an AnyPublisher...

Hi everyone, lately I faced a use case where a reducer function that I pass to a “scan” operator could return an optional. the expected behaviour was: if the function...

question
operator

This PR adds a compactScan() and a tryCompactScan() operators. `compactScan()` transforms elements from the upstream publisher by providing the current element to a closure along with the last value returned...

Hi everyone, I've been using Swinject for 2 years now (very great project). Gradually, I have adopted a functional programming style and I need to register/resolve functions thanks to Swinject....

This PR aims to: - harmonize the cancellation handling for the `next()` and `send()` operations. Previously, a `send()` cancellation was terminating all the pending and awaiting operations, which seemed wrong...

Hi @phausler I was wondering if the task cancellation when sending an element in an AsyncChannel was not a bit too violent ? This is the code when sending an...

Hi. This PR aims to propose a new operator: `withLatest(from:)`. It has been discussed in the forum [here](https://forums.swift.org/t/pitch-withlatestfrom/56487/28). I am new to the `evolution proposal process`. This PR contains: -...

enhancement
v1.1

The unit tests fail when being run on the iOS simulator. I think we already had this conversation and it might be related to the fact that the iOS simulator...

testing
v1.0

This PR applies the same `available` condition on TestThroughput/test_debounce() than the one on the `debounce` operator. My environment is the following: - macOS Monterey 12.6 - simulator iPhone 14 Pro...