D.Sunil

Results 8 comments of D.Sunil

I request the maintainer(s) to merge my request using "hacktoberfest-accepted" label.

Hi @Jyotishmoy12 You can check the Clang format linter build logs and you can see some + and -, and if your build failed. That means you need to remove...

@siriak Please review this one as well.

I request the maintainer(s) to merge my request using "hacktoberfest-accepted" label.

@siriak Fixed the linter issue.

@vil02 / @siriak Please review this and merge if everything looks good.

@andrewgodwin Thanks for your comment. I'm using Django as a framework, and each call is explicitly marked as **thread_sensitive=True** using the default ASGI handler class. For instance: ``` await sync_to_async(signals.request_started.send,...

I understand. I'm actually working with a simple app containing just a view. Here are the steps I've followed: 1. Created a virtual environment and installed necessary packages (django, djangorestframework,...