Kshitij Chauhan

Results 30 comments of Kshitij Chauhan

I thought about `@Ignore` vs `@Include`/`@Index` too, but there was no real way to know which is better without community feedback. Having both annotations leads to ambiguity in some cases....

Hi, I'll investigate setting up a Maven Central repository for this library, but can't promise any ETAs.

According to Jitpack stats this library has more than 15k monthly downloads so I imagine there are quite a few projects using it. ![Screenshot 2022-01-10 at 10 39 53 AM](https://user-images.githubusercontent.com/24315306/148720724-8b26dd76-71a7-4357-90d9-ef16cf53a56e.png)...

If any open source projects that use this library would like their name to be featured in the documentation, please comment on this issue with your project's details.

Thanks for the suggestions, I really appreciate the input on the design of the `NetworkResponse` interface. I like the idea of making `Success` a sealed interface to model contentful and...

Excellent points in the discussion so far. Dividing `Success` into `Ok` and `NoContent` forces us to either move the `body` property to `Ok`, or throw an exception on the `body`...

Hello! I see you have opened some issues on the repository. Thank you for these! I am aware of all of them, but didn't have time to fix them for...

Yes, I know this is an annoying thing. I don't know how to solve this yet, do you have any ideas in mind?

Okay, no problem. I have some guesses as to what I can do to fix this.