Can anyone help me figure out what's happening in my image auto-cropping script? I have a png image with a large transparent area/space. I would like to be abl
I have a list of objects, which in turn contain nested lists of further objects. I would like to flatten the object graph into a DataTable. I found code which t
I have a question regarding kube-dns in GKE. When I deploy a statefulset, it will stores all records base on the pod name. e.g dig _mysql._tcp.powerdns-recurso
I have this code on my router.js: conexion.query('SELECT * FROM log WHERE id= ?',[id],(error,results)=>{ var user = results[0].user}) so when I run this te
Trying to use JFrog as authenticated Artifactory with Apache Spark with the https://user:pswd@url suggested here: https://spark.apache.org/docs/latest/submittin
I'd like my app to appear in the list of suggested applications that can be seen after taking a screenshot in iOS. For example, currently when a user takes a s
Iam trying to pass URL to async function and later taking its response and trying to use its value, but here response get undefined and await not waiting until
I'm trying to use <mat-form-field> in an Angular project using Material2 but I've hit a wall. Getting the error message below. Uncaught Error: Template
I have a form that needs to be displayed after an individual has logged in. The form itself contains only one field to upload an image. I want to be able to ass