How can I disable showing notifications in my Expo app when the user is in a specific screen? I am currently designing a chat screen, and I want to disable push
Here is a login form code. The problem is when pressing the Submit button the submit handler is not being triggered. What is a plausible cause for it? The login
function dropElements(arr, func) { let output = arr.reduce((acc=[], elem) => { if (func(elem)){ acc.push(arr.slice(
slider_value: { type: Number, required: false, }, This is the Mongoose schema for one of the fields in my MongoDB model. Is it poss
I am developing a VAE using this dataset. I have used keras tutorial code and developed my own VAE. However, when I run fit() function I get: Invalid reduction
I'm trying to submit one form on wordpress plugin using selenium + python. When I press publish button , it is giving an error. ElementCli
We are creating a UWP application which is intended for Side loading only. At various times this application needs to reboot the PC (it's desktop only), to do t
I am trying to migrate vault storage from s3 bucket to dynamodb . The new vault ha cluster is in kubernetes vault-2 1/1 Running 0 10s vault-1 1/1 Running 0 15s
I have connected to the live database..I want to calculate the count of days between two columns, example start day and end day. one output of count if start da
I have a signup/login workflow in React (NextJS), and everything is working correctly; i made a custom hook to remotely check if the user is authenticated based