We have a .Net application that gets huge result set (5,000,000+ rows) from Kusto, process in memory, and load them into Azure Cosmos DB. We are using IDataRea
I have a pipeline that is consuming messages from kafka and I want the job to get stopped after a certain amount of time of inactivity and then if a new message
I wrote a code as follows. When I run the deLete function here, I get this TypeError: tab.getRange is not a function error. At first I did not have a problem wr
This is a question on codefights: Given an array a that contains only numbers in the range from 1 to a.length, find the first duplicate number for which t
When i try run this locally with docker run (locally) i am getting the error below.. However, i have already run "pip install "flask[async]" and everything seem
I want to not backup sharedPref as those contains login info. I'm using below code to not allow backup for API > android12. <cloud-backup> <exc
I am learning about providers and ChangeNotifier, I am using the following pattern on my pages: Wrapper widget (consumer to switch between pages
i have to complete a task to run luigi wrapper without using cron since it is linux based. In this case i tried to use apschedule library. This is my test scrip