In my remote machine, I've set up a docker container machine that I manage using docker-compose. I created 3 docker containers for each MongoDB instance I want
I'm trying to scroll down to the very bottom of the following website at the right part of the webpage. I tried it with the following code - but unfortunately i
I have a nodejs app and i have a routine to daily backup a postgres database using spawn to run db_dumpall. The question is how do i execute a command from a co
I would like to define a foreign key with pony entities. If I understand it right, there is no need to define a primary key as long as it is named id. so the pr
I'm trying to set my git Extension but I get this error all the time, even by specifying the right path to my git exe and bin, i'm desperate ! on the other hand
I am using Django framework and I have the following models: class AccountUser(AbstractUser): """ A user belonging to an account """ account = models.ForeignKey
I'm trying to use interpolation to play a youtube video, it's not working. The project object's video field is a string holding https://www.youtube.com/embed/nw
In my local/development environment, the MySQLi query is performing OK. However, when I upload it on my web host environment, I get this error: Fatal error: Ca
I am trying to invoke an R package in Python. The R package is politeness (https://cran.r-project.org/web/packages/politeness/vignettes/politeness.html) and I w