I'm trying to build a nodeJS script that pulls records from an Airtable base, bumps a UPC list up against the [UPC Item DB API][1], writes the product descripti
I have configured celery to be deployed in heroku, all Is working well, in fact in my logs at heroku celery is ready to handle the taks. Unfortunately celery do
I work with usb device and use async functions of usbdk driver for I/O operations. I have a problem with canceling of operations on some win platforms. Im using
I am trying to add a return type of a future in a closure. But the compiler is telling me that `impl Trait` only allowed in function and inherent method return
The issue is seen on the Toast.dart and Armodel.dart. if possible please suggest me how do i implement OCR as i followed up the codes from Pubdev but still when
I'm trying to achieve a task that requires real-time interaction, for example: A message (response) is received - it needs to be acted on at the same time. I tr
I wrote the following code that successfully downloads a photo from the link. But I want to set a cancellationToken for the request that can be activated by pre
When doing multiple aio_writes to file is it necessary to wait (e.g. aio_suspend or other) before starting the next one? From the documentation it says that wri
For refreshing skills for a new job i have been trying to implement a very simple price publisher + client + mtm_cache. In the code below in publishing.py the c
I have a function foo which makes an asynchronous request. How can I return the response/result from foo? I am trying to return the value from the callback, as
I'm attempting to show that it is possible for my team to add asynchronous functionality to a currently "fully-syncrhonous" program. Are there any reasons, such
i am handling data from 2 websocket servers and i would like to know whats the fastest way to handle both connections in the same time given that the 1st connec
I am currently developing an API that has several endpoints. One of them is to register data in a database, other endpoints are related to simple CRUD endpoints
I'm writing some jest tests to test an async method. If I run each test individually, it works! However, when I run the whole suite, they fail. The mock values
I have a serious problem with State Management in React. I am using Zustand and it works pretty well. However, when I access the store and try to output it one
I am trying to stream data from my Azure Function and all is fine but I get an error after it has executed. This is the code: [FunctionName("QueryData")] public
I understand that if the variable was declared outside of the function, it should be marked as global. But what about this case? Is it safe to do something like
I'm trying to do is fetching the data according to timestamp from DB once (call it origin) and wait for 30sec fetch it again with same query(call it recent) in
I'm newbie in the world of python and have been trying to solve the following for last 3 days on my own. I read many articles online none of them address my pro
I am currently debugging a performance issue (see here) which I could reduce to a code snippet that uses multiple async{} calls in a coroutine. I am delaying by