I have a few doubts about how to approach my goal. I have an outside camera who is recording people and I want to draw an ellipse on every person. Right now wha
I'm using flask-restx in my flask application but each time I use the swagger ui to make a request it returns this 400: http://127.0.0.1:5000/api/user/register/
I am using the following ajax function to post to a php script. (url_one.php) How could I post the same data (myvar1, myvar2) to a second php script (ajaxURL2)
Is there a (Unix) shell script to format JSON in human-readable form? Basically, I want it to transform the following: { "foo": "lorem", "bar": "ipsum" } ... i
How to call one variable to another in value.yaml of a chart? for example, this is the value.yaml app: "test" count: 1 frontend: image: "mydockerhub/$app" r
I am trying to set up a connection between my DigitalOcean kubernetes cluster and the Amazon RDS. I have created a postgresql DB instance with a VPC. My kuberne
I have a vector of structs. struct info { propertyX x; propertyY y; propertyZ z; }; std::vector<info> infos; The objective is to break up th
I'm new to ELK, can i use 2 conditions in Elastic watchers. I am getting a field from logs like data = 0 and data = 1 so i need to use that "data" as condition
I am using the logging module in python inside a function. A simplified structure of the code is like below. def testfunc(df): import logging import sys