I created the django app, I have it connected to my local server with pgAdmin3. I want to have the django app push to bitbucket. But the problem is: How do I s
In my data model class I have two arrays that I initialise as empty arrays. Within the class initialiser I add a snapshot listener that listens to the arrays re
Firebase deploy Error: firebase init hosting:github, 404 error if the repo belongs For which GitHub repository would you like to set up a GitHub workflow? (form
I want to implement Google Place SDK to my iOS native app. according to the documentation I have to use the code below in my podfile source 'https://github.com/
I need to save a list of images as NSData in Realm. I tried using Realm optional but realmOptional<NSdata> can't be used because realmOptional does not co
I'm new to the UnitTesting and Cucumber, and today I tried to implement a simple example from a tutorial in Intelij and Eclipse and I got the same error when I
I'm quite new to React Native, I'm developing an app for advertising where there are categories and adverts listings. I would like to have the animation when th
I'm working Question & Answering hugging face pipeline, my sentence length is 3535, bert only takes 512 length, so i'm trying to divide into chunks and work
I followed the w3schools documentation page for bootstrap navbars, which said to add justify-content-center to my navbar to center links. In addition, I followe