Alessio
Alessio
Thought i'd throw in my take aswell as it allows for imo better readability. ``` extension GraphQLNullable { static func optional(_ value: Wrapped?, defaultNil: GraphQLNullable = .none) -> GraphQLNullable {...
works, but seems kinds h4xey :P
i have a similar use case but have 3 targets ApplicationProd ApplicationStage ApplicationDebug in the file structure i have YourApp//Configurations/Debug
another solution could be to use the createIntermediateGroups on the sources and then have different configurations
One thought perhaps could be along the lines of @MainActor conformance. If i want to use a dataStore and want the whole class to be wrapped in @MainActor so that...
https://github.com/parse-community/Parse-Swift/pull/445
KMP = kotlin multiplatform and allows developers to share code between android and ios apps using kotlin code. https://kotlinlang.org/docs/multiplatform.html#sample-projects Is there any good source of documentation for running swift code...
Task { @MainActor in // your code here }
well perhaps there is a bug seeing as if i click the floating button, i still can't cmd+tab to get to xcode. The chat panel is always on top of...