Results 5 issues of Anum Sheraz

We can add release prefixes e.g. `dev, aplha, beta` etc on the .cfg file. But let's say I want to release from one of my working development branch `APL-22`, I...

I have a String topic ``` String baseTopic = "arn:aws:iot:us-east-2:xxxxxxxxxxxx:thing"; String espInTopicStr = baseTopic + "/" + config.machineName + "/espIn"; //config.machineName is a string "myDeviceAbc" ``` I also have the...

Why can't I get the link of profile picture when I write pic = facebook.get("/me/picture?fields=url") If I try sending this GET request from facebook Graph API, with same access-token, I...

I want to use this library in Java, and mentioning this in my gradle.build as `compile group: 'aserrallerios', name: 'kcl-akka-stream_2.12', version: '0.6'` but my build fails `Could not resolve aserrallerios:kcl-akka-stream_2.12:0.6.`...

I've deployed attacher, csi-s3 and provisioner as per instructions. Then deployed StorageClass with `bucket: my-bucket-name`. But when deploying the PVC, I get following error; `Warning ProvisioningFailed 0s (x2 over 1s)...