I want to install typescript and jest in a create-react-app-based app. I feel that since this is such a common installation choice there must be at least one "e
On button (ImageButton) click I'm changing its background color to something else but as soon as I reload the app or open another activity and come back, the bu
I'm working on an existing program and I want to know if there is a way to determine which is the parent component of the child component ? In other words I wan
Prompt the user to enter five numbers, being five people's weights. Store the numbers in an array of doubles. Output the array's numbers on one line, each numbe
I'm trying to use the following spacy module in colab: https://spacy.io/universe/project/neuralcoref I install the following packages: !pip install spacy i
I'd like to specify the directory to which mongodump dumps, via a switch on the mongodump command. Is this possible?
I was able to deploy my Artifact(notebook) into Databrick Workspace successfully. But how can I run that Notebook directly from Azure DevOps Pipeline? Suggest a
lets say i have an array of objects let arr = [ { name: "john", age: 22 }, { name: "george", age: 55 } ]; and an object let obj =
Hi I'm trying to write an alert and some unit tests for a histogram with response times. However I am not able to pass the test. Not sure if the expr is incorre