I have a project with target frameworks. MainAppTarget FrameworkA FrameworkA is the only one to use a certain pod, hence in my pod file I have something like
const followingUsers = await User.find({ _id: { $in: foundUser.followings } }) const getFeedData = async() => { let data = [] for (let user of follow
In for loop I'm parsing datetime.datetime objects like 2016-06-29 00:00:00 out of the string values of my dictionary. In order to have date information separate
I create a blank project whit expo init then I installed react-navigation whit npm install @react-navigation/native and expo install react-native-gesture-handle
I've been trying to execute a react native application using npm start. The application used to work but since I've made a pull from GitHub it stopped working,
I have a route like <Route path="/search/:slug"><SearchPage /></Route> in my React Router. SearchPage is a component that uses the useParams(
I am trying to create an invoice with an invoice line from a new model when a button is clicked(generate_appraisal_fee button), the invoice creates successfully
I'm writing a learnr course, I want to provide students with faulty code for them to fix, or demonstrate an error. For example: --- title: "coding - intro" outp