I want to save data from the Django model to PostgreSQL database with: mymodel.objects.create(title='test') this model only has title and id but it raises th
I am trying to use the Remove.bg API in a plain JS file, with the goal of passing image URLS as parameters and then outputting the resulting image to an IMG tag
I tride to duplicate the output of the ninja build system to the separate file but I want to save original campresed look of the ninja output. If I tee ninja (n
I am running celery v5.2.3 in a docker container running ubuntu. Here I am trying to get celery chords to work but every attempt I make give me: File "/usr/
I used Wireshark to capture frames from ARP request and reply and I've noticed that the first frame shows my MAC address as "Src" and "Sender MAC address". Why
I have a 2D array that I need to "reset" each time a tic tac toc game is started. I call a method and loop through the array setting all the elements to Zero. B
I get ERROR: relation "case_avg" does not exist in my sql request with case_avg AS (select avg(vv.total_vcpu)
I got a new project and I dont know how I can start. The idea is to create a 3d model with joints and "move" (the angle of the joints) them. The best way would
I have a large rectangular matrix (like 3000x3000) in MATLAB and I need to split it into several square submatrices (starting from 1x1 and ending at 3000x3000)
I have a User table and its corresponding POJO @Table public class User{ @Column(name = "id") private String id; // lots of fields @Column(name = "