I have two files, one is fetching data from the backend and the other is adding functions and working things to the data that came back. Earlier, I was doing th
I already have a search api,i have created a search bar and when I give an input in search bar ,i have to use api to get info. Can anyone help me how i can link
I'm trying to install cloud9 on an Ubuntu 18 VPS on Azure, and this error pops up when it comes to NPM Installation. Is there a solution mate?enter image descri
I am trying to get the token from the api's provided by spotify everything here works as expected except one. When my reducer updates my authentication state it
This how I connect client to server with socket io. export class OverviewService { socket:any; readonly uri:string='http://localhost:4000'; construc
I downloaded the AR Foundation samples from Unity (link: https://github.com/Unity-Technologies/arfoundation-samples/tree/4.1) , and made a build of one of the s
I would like to have a generic function that can use the plus operator on two values. class funccalc { func doAdd<T>(x:T,y:T) -> T { retur
I have a component that destructures user from its auth prop: const Profile = ({ auth: {user} }) => {...} The problem is that when I am developing,
I am using Rstudio Server from within Firefox. This allows me to run Rstudio as if I was using its desktop version. A key difference is that there is now a conf
I uploaded a project to kubernetes and for its gateway to redirect the services, it requires the following: 127.0.0.1 app.my.project 127.0.0.1 event-manager.my.