With SublimeText3 my .editorconfig file contains: [*.{h,cc,cpp}] indent_style = space indent_size = 2 tab_width = 8 I would expect tab characters in a file t
Okay I just finished a YouTube course on Django tutorials and i more or less understand Django to an extent. Now the issue is Django rest framework. Google says
opencv version : 3.4.1 ffmpeg version : 3.4.8-0ubuntu0.2 os : ubuntu 18.04 streaming code vlc -vvv /my/video/path.mp4 --play-and-exit :sout=#rtp{sdp=rtsp://127.
I'm trying to create a native android module to create background tasks. I try to follow this tutorial : https://blog.logrocket.com/run-react-native-background-
sort(mMyClassVector.begin(), mMyClassVector.end(), [](const MyClass & a, const MyClass & b) { return a.mProperty > b.mProperty; }); I'd
I am analyzing user patterns in Snowflake for an ecommerce website. I would like to be able to match various patterns of a user flow (e.g. did they complete an
version: '3.8' services: backend: image: antoniopapa1991/backend environment: DB_HOST: db DB_DATABASE: admin DB_USERNAME: root DB_PASSWORD: root ports: - 8000:8
I want to create a diagonal matrix whose diagonals are powers of 1/2. I know I could do: A = Diagonal(1, 1/2, 1/2^2, ..., 1/2^10) I was wondering if there is a
When I changed the vue component import from: import Options from './components/Translator.vue' to: import Options from '@/popup/components/Translator.vue' sh
I'm not sure what's wrong. I deleted my code and downloaded it then uploaded it again and now I get this error. Code: https://replit.com/@hi12167pies/webcord#in