Arpit Kumar

Results 5 comments of Arpit Kumar

Thank you for confirming my assumption. 1. Do you label Issue as `defect` or `bug` for showcasing **accepted** or **filtering purpose**? 2. Where do I ask questions about these tutorials?...

@hcoles - Do you know how to configure the as part of https://gradle-pitest-plugin.solidsoft.info/ --> can't find `avoidCallsTo` here or how to add `arcmutate` extensions in it!

> ``` > pitest { > avoidCallsTo = ... > } > ``` > > (syntax might very, if you use Kotlin or multi-module project) Thanks @szpak for pointing out....

I have solved this problem locally using the following option ```bash export KUBECONFIG=`ls -p /Users/my-name/.kube/config* | tr '\n' ':'` #Note the * after the config # The above path of...

> btw this lead's to _interesting_ results if not all of the clusters have different names in the configs :) Yup - I don't like it also. So when I...