Sourav Chandra

Results 13 comments of Sourav Chandra

@izzytwosheds Are you guys planning to launch it in the upcoming Demuxed event? :) https://2019.demuxed.com/

Great news man! Looking forward for it.

Include these in your proguard-rules.pro -dontwarn com.fasterxml.** -dontwarn okio.** -dontwarn retrofit2.**

I don't understand. Can you provide any reference? What I read about -dontwarn is they are only used to ignore warnings while building. So if you know that some unreferenced...

You can directly use `SectionModel` :) You still need to adhere to the `Equatable` protocol though.

Agreed @hikaruna. Sometimes its lot of unwrapping code if you want to manipulate a single section table data source array.

> https://github.com/merthanmerter/prisma-nested-createMany-hack Thanks. But this doesn't solve the problem, you are just calling `create` multiple times.

This example needs to be updated with v2 usage

I had the library files copied into my project so I just changed the constraints assignment and fixed it.

I think RayWenderlich swift style guide is much detailed and up to date with the latest swift language. https://github.com/raywenderlich/swift-style-guide We can enforce this style guide using `swiftlint` by realm.io