Looking for a way to pass PORT environment variable to gunicorn command inside DockerFile current setup .env PORT=8080 DockerFile EXPOSE ${PORT} CMD ["gunicor
I'm trying to place a sell market order on Kucoin API in Python. It gives me a successful response, but doesn't place the order: 200 {'code': '200000', 'data':
I used the :term command in Vim. but i can't escape from that.
i'm trying to send notification from android using retrofit and i followed the offical documentation from firebase. i setup retrofit with https://fcm.googleapis
I am new to SQL. I have a problem which I would like to solve. I would like to duplicate rows from an existing table - "Reports" within the same "Reports" table
I was trying to close tabs having a specific URL that was not opened using webdriver. So when I search all solutions contained this line: driver = webdriver.Chr
Consider the following scenario: VisitID Person DateVisited 1 A 2022-02-01 2 B 2022-02-03 3 C 2022-02-05 4 A 2022-02-09 5 D 2022-02-10 6 E 2022-02-11 7 B 2022-
I am trying to write a program that asks the user to enter the number of pancakes eaten for breakfast by 10 different people (Person 1, Person 2, ..., Person 10
Wanna to split a screen for my app with two LinearLayouts. What parameters should I use to make exact splitting in two equal parts - first LinearLayout on the t