I have a python app that run bash shell commands that require root priviledges. In terminal I type "sudo python3 main.py" then load python app file. Python app
I would like to create a new environment for testing my app. I have a .env file and .env.test file. This is my app.module.ts file: @Module({ imports: [ Co
I'm looking for a general way to collect performance metrics on several Linux VM instances (Azure, GCP, other) and monitor the metrics in GCP. On an Ubuntu VM i
I'm building a web application in Flutter and working with mongodb. I'd like to activate code written in dart from my application right when there is a change i
I'm getting the below error when trying to select SVG images using ngx-dropzone.
If I have a function which accepts more than one string parameter, the first parameter seems to get all the data assigned to it, and remaining parameters are pa
The aim is to print table with colored td-s. I need a way correct for all types of browsers. Is there any way?
Function which is called from $.ready is reported as not tested in code coverage .I need to write test case to cover function is getting called when document is
I am using the requestj api to send and receive the data from server and setting up the alarm on time that i received from server and alarm calls two hours ago