Saiprasad Balasubramanian

Results 25 comments of Saiprasad Balasubramanian

@dhamechavivek95 TTBOMK this is caused due to duplication of jobs. The problem is that previously scheduled jobs were run when you restarted your scheduler / worker. I had faced the...

@tstrinadhreddy I recently came across this issue while working on a project. This is a major concern for me as there's no way two methods to point to the same...

+1 for Sorting by last opened is something as that makes sense for me. It makes me navigate to all the projects I use regularly

Thank you for bringing it to my notice @dagda1 Checking it out.

Hi @token-ek , Thank you for pointing out the missing countries. This project is basically a wrapper/layer around the dataset of [John's Hopkins University](https://github.com/CSSEGISandData/COVID-19) so we are dependant on the...

Hi @supreeths8 @DragonWarrior15, the project was sidelined a bit due to a decline in my health. I was out of action most of this month. Getting back to the PR's...

Hey @DragonWarrior15 , I was thinking something similar as I could see that it's not as extensible as I thought it would be to include other filters. I didn't think...

I'm going through the changes and have some thoughts. Give me some time I'll get back to you with them

Hey @DragonWarrior15 , Here are my thoughts: I saw [here](https://github.com/DragonWarrior15/cowin/blob/e7bc34afe2ef02e58b2ab48e1ea68bd77e0f3043/cowin_api/utils.py#L34) that you were trying to verify the data type for the results obtained from the API call. Wanted to know...

@DragonWarrior15 , I've created PR https://github.com/backtrackbaba/cowin/pull/17 The tests haven't been added. Let me know your thoughts. Here's a sample program with which I tested: ```python from cowin_api import CoWinAPI cowin...