I am trying to show content from firestore in a small TypeScript web application by accessing firestore client-side. However, tsc is failing to compile as it ca
I'm trying to create a dashboard where i can filter data by gas station location and fuel type. This is my Table from this query: from(bucket: "homeassistant")
We created a custom airflow based on EMRContainerOperator and we need to take a decision based on a config passed using the airflow UI. My custom operator: fro
I have a interface which exposes some async methods. More specifically it has methods defined which return either Task or Task<T>. I am using the async/aw
So, basically the title. I got 2 microservices. One generates and sends a zip file and the other one receives it, then does some magic, converts it to an array[
When user choose an option from the drop-down list, the selected option (text) is displayed in a span (id="myoption") But, after click on submit button, the spa
I'm trying to read a file and convert it to a N by 5 array. I can't use loadtxt because the file is too complex. I have to read line by line; however, I want th
I want to implement basic calculator only includes numbers, '+' and '-' in Python. But I found that I cannot change index i inside the while loop. def basicCalc