I have lots of py files in repo and I want to edit them using azure devops pipline, is that possible? every time I put a file I can edit it with CI / CD
I'm attempting to write a vba that automatically links checkboxes to the appropriate rows. I wrote the following Sub LinkChecklist() Dim chk As CheckBox For E
I am codding first time on Vue.js and I have problem. Can you describe me the solution or problem.enter image description here
I'm trying to block this link http://192.168.1.123/index.php?page=php://filter/convert.base64-encode/resource=setupreset from my application using .htaccess fi
I'm trying to mention a user from an incoming webhook. I tried a few iterations via Postman of { "text": "test @user" } or { "text": "test @[email protected]
I am having a state variable that is defined as follows const [val, setVal] = useState({ notdone: [], done: [] }) where done has the following structure [ {
I have created a igraph network in R. After the removal of a few nodes the graph is divided into a few no clusters. My intention is to extract a giant component
Good day , I know that Docker containers are using the host's kernel (which is why containers are considered as lightweight vms) Here the the source . However,