Prakash Patel

Results 8 issues of Prakash Patel

Getting below error when i run `pip3 install -r requirements.txt` ` Collecting psycopg2==2.7.3.2 Using cached psycopg2-2.7.3.2.tar.gz (425 kB) ERROR: Command errored out with exit status 1: command: /Users/pakiyabhai/Documents/src/github/mlh-hackathon-flask-starter/venv/bin/python -c 'import...

By calling Notify endpoint i can turn on and off camera. Is that any endpoint i can call for device and they tells me if camera is on or off?

For more info look at the[ issue 202](https://github.com/aFarkas/html5shiv/issues/202).

I use sonarQube for code analysis and it's gave me vulnerability for for `html5shiv.js` and `html5shiv-printshiv.js file`. ![image](https://cloud.githubusercontent.com/assets/938054/18351075/4bfba292-759e-11e6-817c-eaa460295045.png) - [html5shive.js line #204](https://github.com/aFarkas/html5shiv/blob/master/src/html5shiv.js) - [html5shive-printshive.js line #204](https://github.com/aFarkas/html5shiv/blob/master/src/html5shiv-printshiv.js) I updated code as...

@sstorie please look at this PR :)

```c# string template = "Hello @Model.Name, welcome to RazorEngine!"; var result = Engine.Razor.RunCompile(template, "templateKey", null, new { Name = "World" }); ``` Now i update my existing template to as...

in `app.modules.ts` file if i need to access environment value in constructor what is the best way to do it? in below example i am getting error because `AppInitService` has...