This is my first question because I'm just new to coding. I want to use .map to get strings from an array. let root_vegetables = ['potato', 'taro', 'sweet p
I have a command that only runs correctly inside a Python virtual environment I've configured (as intended). I know that I can run the command as $ cmd args
I have a main app on heroku and another app A on git in location github:a. I want to create, when it is necessary, copies of A as A1,A2,A3...AN as separate app
after login I want user to redirect to same webpage how to do that. Is there any way to send page url to server. So that server can know from which page reques
As the title says - I'm looking to add some auto-scrolling on a specific webpage but the script that I have at the moment stops it completely from scrolling, wh
I am trying to learn face detection and I got this code from GeeksforGeeks tutorial. However When I run one of the two files, it shows the error AttributeError:
Postgres has syntax to show the query plan for a SQL statement: https://www.postgresql.org/docs/9.4/using-explain.html Does QuestDB have something equivalent so
I run a chat portal built in NodeJS and React that is hosted on a Azure App Service. Recently with a lot more people using it we have been instructed by Microso