I have an issue when I clicked the button and submit the data from the form.it gets directly to the white screen and nothing happen I checked the database it do
I am trying to understand how CSS grids work. I've tried to make an example of a store item as practice, but I am at a loss. Here's my how my CSS currently look
I have the following database: And I want to use the "Nome" value as an ID instead of a generated code. Instead of -MzKveR8JIXgWsrph_or I wanted it to be Teste
I got react-toastify installed, and my toasts are working, but I want to add them some custom styling depending on a theme, and none of the solutions I saw are
I use react as frontend, and django as backend. I want to manipulate google social login without 'react-google-login' const GOOGLE_LOGIN_URL = `https://accounts
I have card with dropdown menu like below <div class="content d-flex"> <div class="ps-1 align-self-center"
I use ExternalTaskSensor Operator in Airflow to manage dependencies between DAGs, My ExternalTaskSensor Operator code looks like this: dag = DAG( dag_id='su
PyTorch's split function returns back a tuple of tensors. But I need to batch matrix multiply the result. Is there an easy way to split a tensor and get back a
I have a geo.json file that I'm trying to pull certain data out of using PHP. I want to start just by echoing the "properties" object within the "features" arra