const validationSchema = Yup.object().shape({ newPassword: Yup.string().min(8, 'Password must be at least 8 characters'); }); I want to validation check on
I am limited to using QtQuick 1.1 (Qt 4.8) , and so have no access to the GraphicalEffects library. Also I am not able to use any C++ and so the solution has t
If I have a one-hot encoded array of the following form: arr array([[[0., 0., 1., 0., 0., 0., 0., 0., 0., 0.], [1., 0., 0., 0., 0., 0., 0., 0., 0., 0.]
const [var, set_var] = useState({prop_1: 1, prop_2: 2}) How to do this essentially: useEffect(() =>, [var.prop_1]) useEffect(() =>, [var.prop_2])
I am running into an overflow exception. This is a homework assignment; I am not looking for direct answers as that will not help me learn. This assignment is f
Good evening everyone, I'm building a website where people log in to their phantom wallet then by clicking on a button they will send a certain amount of our cu
I'm building a program that simulates a sports league, and, oftentimes, I want to sort teams by points, goal differential, etc. to determine things like which t
Document document = null; DocumentBuilder parser = DocumentBuilderFactory.newInstance().newDocumentBuilder(); document = parser.paser(xmlFilePath); ParseExcepti
We are facing error while we are trying to load a huge zip file from S3 bucket to redshift from EC2 instance and even aginity. Waht is the real issue here? As