pawan-joshi

Results 6 issues of pawan-joshi

Changed code in swift codable so that if any key value pair is not found / has different type, in json, it will make the property nil. instead of failing...

when working with openfire, I ran into an issue of service unavailability. Please check the following SO post for reference. https://stackoverflow.com/questions/51237997/service-unavailable-error-in-openfire-message-archive-management I had to make some adjustments. Though everyone should...

Source updated for Swift v5

I tried to print model schema from data stack ``` let dataStack: DataStack private init() { dataStack = DataStack( xcodeModelName: "MyModel", bundle: Bundle.main, migrationChain: ["MyModel", "MyModel1"] ) } func initializeCachingEngine()...

Added a missing .URIAttributeType case so that it won't go to default, causing fatalError