Sumit Singh

Results 19 comments of Sumit Singh

@moducodes Use this command while @aayush-jaiswal is working on to fix this. $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(SOURCEDIR) $(BUILDDIR)/html

Here's the link https://stackoverflow.com/questions/544362/is-there-an-equivalent-of-make-on-windows

Hi, @smrf1093 thanks for opening the issue. Please add more details to this issue, like how I can reproduce or which endpoint you're talking about. If possible please add code...

Hey @smrf1093 We're checking for validation here. Please check this serializer `UserSerializer`. def validate_mobile(self, value: str) -> str: """ If pre-validated mobile number is required, this function checks if the...

@milesmcc Is anyone working on tests currently, if not I would love to work on those.

Hey, @haaavk understood, I'll move tests and refactoring to separate commits.

Hey, @haaavk I have separated my changes into different commits. Please review. Also, I'm hoping you guys don't have any issues using `black` for code formatting.

> Black is cool ✅ 🙌🏽 > I personally prefer to keep lines length under 100. I see, I keep them around 120. > Are there any official code style...