I have an application that generates file that needs to be stored in a GIT repository in ADO. I'm trying to connect to a repository but it fails to give me a GI
I have a collection of documents like this: { uid: <UNIQUE_USER_ID>, lastLoggedIn: <TIMESTAMP_IN_NUMBER>, ... } when I try to fetch the da
I have a boolean variable called CheckBoxActivated that I assign to true after validating a user name and password. string name = us.UserName; string password =
I am trying to process the strings present in a particular file, The file is written in English. The problem arises when the encoding of the file differs from "
I am trying to setup a component/service to return base64 image content to img.src calls from html. I have images stored on google Firebase/Firestorage which ca
ERROR: Command errored out with exit status 1: 'C:\Python310\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\91829\AppD
how can i subscribe for example three observables, and to emit when one of them emit new value depend on the order they are, like forkJoin but emit but the orde
I work with python. I am trying to create a column of ones and zeros, yo know the period of the year. For weeks [25:47], i want to put 0 For weeks [48:24], i wa
I have the following situation, two entities, "Actor" and "Movies" which are in a 1..* - 1..* (many to many) relationship. What I am trying to achieve is basica
Hello I am trying to create a healthbar that scales in max value based on the users level. But I am kinda stuck with it because everytime the healthbar ends up