I'm trying to get composer to work on a remote Windows-machine which is using a proxy, but I always get this error when doing a composer install/update: [Compo
In our GraphQL api (Apollo-Server) we would like to add a new dataSource which accesses GitHub's GraphQL api. We are looking to consume this data. It appears th
Hi I'm new to Django rest framework I have two models: class Location(models.Model): name = models.CharField(("name"), max_length=50) long = models.Char
I would like to generate a unique 6 digit code each time a user clicks "generate code". Error AttributeError at /subjects/ 'Manager' object has no attribute 'ma
I'm using go-gorm with a postgres 11 DB and facing an issue where I need to remove the RETURNING clause entirely when creating records (that statement seems to
I'm using multistage build to get output files from build phase. So my dockerfile is: FROM ... AS build-stage ... FROM scratch AS export-stage COPY --from=buil
I have a form submission via POST. I submit the form, and all is well, however if I try to reload the new page that the form goes to after submission, I get the
Could someone please help me solve this? I am trying to plot an histogram where the Y axis is in percentage and the X axis ranges between 0 (extremely unlikely)
I've recently decided to switch from Apache2 to Nginx. I installed Nginx on my CentOS server and setup a basic configuration. When I tried to load my site in br
Using Tedious to connect to MSSQL DB. In the code below, I get the error: RequestError: Requests can only be made in the LoggedIn state, not the Connecting stat