I get the error below after modifying my home page on my app to the code as shown below, I get the error in my object_patch.dart file. I don't know how that can
I'm newbie on react, I did 2 paged website for exercise, all is working well on my localhost. But i'm confused about how upload project to my linux server.
I am simply looking to add logging output to a file in a Windows credential provider v2, I am not sure on the best way to achieve it. I am also looking to run a
I'm having trouble understanding how to properly end a firestore trigger. From what I read from this and this, it seems you should only return null to end a fun
I'm using a dropdown picker in my react native app and its working fine on android devices,but UI breaks on ios code import React, { Component } from 'react'; i
I have a struct which looks like this: struct employee { char name[21], surname[21]; unsigned int salary; }employees[20]; My questio
Can I use more than one dictionary at the same time for a translation, giving priority to one dictionary over the other if they have duplicate definitions?
Having the following schema: const schema = yup.object().shape({ val1: yup.string(), val2: yup.string(), val3: yup.string(), val4: yup.string(), val5: