python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Cannot set environmental variable inside a loop in a batch script
I have a batch script that works great and it does the following:
download EDI files from sftp server
generate a dynamic ftp scripts based on the filenames that were downloaded
uploads the file to an...
Mohammed Khawaja
Votes: 0
Answers: 1
Can't debug Go programs in VS Code on Mac OS but have the right arch and HOSTOS
I saw that question multiple times and tried all I can to solve it with the given answers, but it seems it is something else..
I installed the arm64-Version of Go as mentioned in every answer about th...

Tom
Votes: 0
Answers: 1
NextJS public environment variable not working on Azure App Service
I have a NEXT_PUBLIC environment variable in my NextJS application. It has been set in my .env.local file and working correctly but after it has been deployed to Azure App Service the app is unable to...

Gericke
Votes: 0
Answers: 1
Vue.js | Pass environment variables through docker-compose
I'm trying to pass some environment variables to my conteinerized Vue 3 app, but i can't get it done. Though it's a common problem, no other question here or google answer helped me.
Dockerfile
FROM n...
juanmac
Votes: 0
Answers: 0