Mandeep Singh Gulati

Results 10 comments of Mandeep Singh Gulati

@digitalml Did you ever find a solution for this? I am trying this package in my E2E tests and if I require login in my tests, some of my tests...

I was facing this issue with Python 3.6.9. Then I installed Python3.7, deleted the old virtual environment, re-created one using Python3.7 and did a pip install. Everything worked fine

Thanks for the reponse @anlek .. Sorry I could not explain the situation clearly. I will try again. The id column of doctorcategory table identifies the category, not the doctor....

This is creating a reference like this: ``` { "_id" : ObjectId("560e2d81a7444011fc001296"), "signature" : "", "regNo" : "47217", "firstName" : "Dr X", "lastName" : " ", "doctorcategory_id" : ObjectId("560e2d81a7444011fc001290"), "qualification"...

Hi @adieuadieu, For now we switched to JPEGs because that solved our purpose but I think adding this feature might be useful. I can try implementing this in a few...

@anuragb26 Did you figure out the issue ?

@Nxtra Which AWS cognito API endpoint did you use for this? The logic that you shared, did you write this in the lambda triggers?

I figured I had to provide the `LUIGI_CONFIG_PATH` as an env variable in the `example` container and then add the following lines to a new config file ``` [core] logging_conf_file:...

After tweaking with the config a bit, here is what I came up with. I am using the environment variable `LANG` in `gatsby-config.js` to set the default language and a...