I'm trying to get the contents of a cursor and put them into a 2d string for usage later in my app. To do this, I've written the following function: public Str
So I am currently trying to learn React and code on Visual Studio. Now, I am getting errors saying: Oops, it looks like we couldn't activate the Expo manifest t
I am trying to fetch data from firebase but data is shown as undefined, status is successful but data seems not working. the console.log in fetchstory seems to
While taking an angular course I read the following code: <p *ngIf="serverCreated;else noServer">{{serverName}} {{serverCreationStatus}
I made a simple module that should figure out the relationship between input and output numbers, in this case, x and x squared. The code in Python: import numpy
I'm reading that using Redis Pipeline could improve performance by sending a batch of commands to the Redis server rather than sending separate messages one by
It looks like my API request is working but gives me an error in Postman. In the end, I need to return an employee's data based on their id. It looks like it's
When I try to type in the authorization code for youtube api on a script that is ran in the background, I get an error. Code to get credentials: import googleap