In the following segment of code I call the Header module and React automatically adds the import to the Header module. import Head from 'next/head' import Hea
I am using Django as backend and Vue3 as frontend in my application. In development server i did not have problem but now in production i am having problems to
The .inner_post have 6 children divs .post_part those divs always have little spaces between each other! especially when Zoom, and the first, last 'post_part ar
i am trying to build a wake word model for my AI Assistant project. I am getting audios, convert them mfcc, give them to LSTM and LSTM gives me output (i use h_
A little bit of context...I'm new to python so, Since I am new to the language I've started by googling the best IDE to use with python, many sites recommended
I am fetching the user's cached data from coreData @FetchRequest(sortDescriptors: []) var userData: FetchedResults I have a field @State var bio:String = ""
For some reason this information is impossible to find a straight forward answer for, I have been trying to solve this for over a week. So please give a useful
I am using django, elasticsearch and postgresql from docker in separate containers. When I try to run python manage.py search_index --rebuild, I get the followi
I am re-implementing mmap in a device driver for DMA. I saw this question: Linux Driver: mmap() kernel buffer to userspace without using nopage that has an answ