Frolicher
Frolicher
Hello We use multiple info.plist file based on configuration. Tuist seems to use only one info.plist file per target. So i try to specify them from xcconfig files. INFOPLIST_FILE property...
What do you thinks about adding something like `combineLatest` function ? This could be really useful when handling 2 or more observable values. Like that ```swift Observable.combine([observables]) { (values, oldValues)...
Hello, Test bundle seems to be broken. I can't find it in _Pod.project or Observable_Example.xcodeproj A good reason to keep the auto generate pod format? We could just have a...
Hi, Is a skip method possible ? This could simplify unit test and some edge case where first or more value must be ignore. First I can simply change ```swift...
Hi guy, We are using Fastlane for the whole project CI. Maybe I miss something but we can't use `xcode_install` lane, if the account specified in AppFile apple_id("[email protected]") has 2FA...
**Describe the bug** MainContent appear during scroll **Minimal reproduce-able code** ```swift struct ContentView: View { @State private var region = MKCoordinateRegion(center: CLLocationCoordinate2D(latitude: 51.507222, longitude: -0.1275), span: MKCoordinateSpan(latitudeDelta: 0.5, longitudeDelta: 0.5))...
Hi Using a list as main content doesn't works. List never displays **How to** In StocksMainContent, just replace body ```swift var body: some View { VStack(spacing: 0) { ScrollView {...