I am trying to file emails using a macro, but I am having issues if the user selects a conversation header. What is the typeOf of these headers? I am trying
I'm confused by the destructing assigning in JavaScript about shallow and deep copy. For example, const obj = {key:{}, value:{}} let {key} = obj key = {msg: 'he
I am creating a project in which colleges can post notice for their students.That means colleges are my client. Right now every college is able to see the data
We're trying to deal with Stripe error throws and I was wondering if anyone could tell me why db inserts won't execute in a catch statement on production though
I would like to make a dropdown menu that edits its own "parent" message. (The message is a response to a slash command interaction) My code now looks like this
I have 2 arrays, array_x and array_y. array_x = [1, 2, 3, 4, 5, 6, 7, …] array_y = [1132.4, 1128.7, 1148, 1171.55, 1193.85, 1198.5, 1219.65, …] I
the below attached file is my Login.js (client side) const createOrUpdateUser = async (authtoken) => { return await axios.post( `${process.env.REACT_AP
Is there any way to use continueOnStepFailure with methods like "waitFor" "waitForUrl"? Presently execution stops on waitFor failure and with json syntax for co
I am developing on an M1 chip. My project depends on one library that isn't built for ARM. I'm able to get around this and build my app by running Xcode in Rose