I can't find a way to run or debug php on Visual studio code, Does anyone know how?
I've finished a shiny app with leaflet on R but I can't deploy it. It works well on my computer and my virtual machine but not on https://www.shinyapps.io. Actu
everything works fine but my last function doesn't execute properly. ''' //Safe check bool Board::isSafe(int row, int col) { for (int i = 0; i < col ; i++
I have linked my serve with imagekit as CDN, fetching imageing from Digitalocean storage space: as per the blog - Optimize and resize images in DigitalOcean Spa
I have several XML files I have to parse through with python ElemetTree (they are legacy from another developer). I've corrected those files a bit and parsed a
is there an api for retrieving the code coverage of the changed lines of code in a pull request? looking at the docs for the azure devops api, pull requests doe
My project is not able to do npm run dev. cross-env: not found .error happened. I changed my package.json. below "private": true, "scripts": {
I am using the following statement in a filter if(g.cookie(name:'abc')) it prompts an error: * groovy.lang.MissingPropertyException: No such property:
I have implemented the minimax algorithm in python for a chess AI however I wanted to ask about how you would go about selecting the best moves for black. Curre