Pyry Jahkola

Results 5 issues of Pyry Jahkola

The `liveValue`/`previewValue`/`testValue` fallback mechanism is currently bypassed for dependencies which have an `associatedtype Value` of `Optional` type. The logic confuses no value found in `storage` for a valid value (`nil:...

I think the README file should be include a comprehensive table of contents to this library, however at least `buffer(policy:)` is currently not listed there, and there is no DocC...

I'd like to propose this additional unit test for `debounce`, which I think should be fixed before the final 1.0.0 release: ```swift func test_debounce() throws { guard #available(macOS 13.0, iOS...

The latest 8.8.0 release moved OMSDK_Appnexus.xcframework to dynamic and static counterparts. I see that changes were done to support it in CocoaPods, but the SwiftPM package definition was left unchanged,...

### Description #### Expected to happen Calling [`RemoteConfig.addOnConfigUpdateListener(remoteConfigUpdateCompletion:)`](https://firebase.google.com/docs/reference/swift/firebaseremoteconfig/api/reference/Classes/RemoteConfig#addonconfigupdatelistenerremoteconfigupdatecompletion:) should set up a listener for realtime config updates without crashing the app, regardless of network conditions. #### Actual outcome 💥 We...

api: remoteconfig