Saurabh Kumar

Results 64 comments of Saurabh Kumar
trafficstars

You don't need to mock email functionality, checkout `outbox` module[1]. With pytest, you can also use available `outbox` fixture[2], while in development django is set to use `consoleBackend` so not...

How about just use a third party to evaluate the spammy nature of a particular comment. I suggest using `askimet`[1] if anyone doesn't have any objection with it. I'm personally...

btw. instead of reversing the numbering i'm more in favour of removing it all together, what's the purpose of displaying that counter anyways? If we really need to total number...

@iraycd Please confirm that you are facing the issue with latest version of PILLOW. This was a bug is PILLOW is resolved recently. cc @respondcreate

I think it would nice to have. @vnbang2003 thoughts?

Try with `web3==3.16.x`, the library is not compatible with version 4x of web3. ``` pip install web3==3.16.5 ```

@iamfat The [test for Typing](https://github.com/theskumar/python-dotenv/runs/8169947824?check_suite_focus=true#step:5:19) seems to be failing. Can you please take a look?

@dillonco please share how you are using the dotenv library in your codebase. The issue seems you are trying to access the dict with curly brackets, i.e., `("key1")` and not...

I'm making some changes and send it as a patch