Saket Narayan

Results 163 comments of Saket Narayan

Converting to Kotlin data classes will remove the need of manually converting from AutoValue types to their super types.

I will do this tomorrow 👍

Storing a map of values is also a good idea. Do you plan to use `Moshi#toJsonValue()`? Also, why do you need to fork `auto-value-moshi`?

I see. Moshi has built in codegen with v1.6. Did you get a chance to look at it?

Makes sense. Familiarity > shiny new things.

@Nailik I think this issue has been fixed https://youtrack.jetbrains.com/issue/KTOR-3653

Sure, I will try sending a sample project to help you reproduce this.

Would love to see this!

> Because of that, you should null out your AtomicReference instances to allow the GC to collect them TIL. I had no idea about this. Will have to go through...