Results 4 issues of Rohit Joshi

I think this section meant to say `Displaying all 2 comments` and `No comments found` on this one Instead it is showing proc object id. Is there specific version of...

This is related to validation. Null values sent for attributes defined as boolean are converted to false. ## Sorting - **I'm submitting a ...** - [ ] bug report -...

help wanted
Pending feedback

If true, selects first option by default I could have created a pull-request to master, the code is good to go to master, but we need this in 1.1.9 or...

By default if something is required in request body interface, it is validated nicely when that param is missing. For Eg: ```ts interface CreatePostInterface { externalId: number } ``` If...