Just trying to add new metric to Prometheus through the Postman, but getting text format parsing error in line 1: expected float as value, got "1\r" Metric ju
I want to centre the google button when it shows the users that are logged in. I have tried going in inspect element to try margin: auto in various div tags, bu
I have an index.html <!DOCTYPE html> <html> <head> <title>Server-side Example</title> <script src="./Ci
I want to pass two Queues objects to a class the inherits Tk.tk. main.py code: qin = Queue() qout = Queue() gui = GUI(qin,qout) gui.mainloop() gui.py code: cl
i have problem in app.js component . It goes like this when I login in application then the token is stored in local storage and Getcompany function is called
Until the animation ends in the middle component, the state of the component at the top level does not change, as it should be? I can't figure out how the anima
I am using firebase functions and I am trying to find out if my users are subscribed to my app by using a firebase function. I wonder how the authentication sho