I have an API that is connected to a database and where I retrieve data. One schema example: The idea is to retrieve all related data based on the Application
The for loop isn't fully executing. It only returns the first driver. For each time the menu selects the driver, the code should return the driver's name from t
I have a django query that returns values but I also need to calculate the total quantity in a subquery. When I have only one value in the subquery table it wor
I want to access a USB webcam through my tablet. I downloaded this project for study and testing purposes. It works perfectly. The camera opens, takes a picture
The following solution works, but I would like to keep adding elements for the entire month. When I remove the dates that are ="none" the previous dates start s
Code: const [item, setItem] = useState([]); const handleClick = (val, id) => { setActiveIndex(id); let text = val; let i
I have a Django project, let's say "project1". Typical folder structure for applications is: /project1/ /app1/ /app2/ ...
I'm trying to match feet and inches but I can't manage to get "and/or" so if first half is correct it validates: Code: (in javascript) var pattern = "^(([0-9]
I have a string that contains vbNewLine positions. For example : Dim strSalesOrderRemarksas string strSalesOrderRemarks= "Hello" & vbNewLine strSalesOrder
My code that loads a pre-trained BERT model has been working alright until today I moved it to another, new server. I set up the environment properly, then when