Today I bring you a new question due to my inexperience, eagerness to learn and desire for my project to work. I have created a Flask server that will serve as
I've tried to add alertcondition if area color is green/lime = buy and if red/maroon = sell, but since indicator is in v1 I can't find any doc nor know how to p
I have a database with lots of data - Excel file management. The application manages objects when each object contains an Excel file (Number of Sheets, list of
I am still quite new to R and I have a simple (I guess) question: I would like to divide the value in one column (variable Sum_Output) in the first year of a pr
What I want to solve I am using Nuxt, Vuetify and Rails to create the calendar. I was able to get the events from the api, but when I click on them I get an err
As far as I can tell I'm following structure needed for 'go test' flawlessly. I don't see a discrepancy from tests I could run in other packages. 'go build' wo
I am trying to run java on vscode however the 'Extension Pack for Java' keeps asking me to redownload the jdk. I am able to run java on intellij and have been u
I am trying to write following code but is throwing error: a = [x if lambda x: x%2 ==0 else 0 for x in range(10)] print(a) The error is pointing at lambda sta
I'm developing a food ordering app for that i want to verify the user through email. For that i'm using email verification. i'm using firebase E-mail verificati