I have installed django channels and I have added routing.py in project root folder and added the line ASGI_APPLICATION = 'project.routing.application' but whe
I have a gulpfile which is compiled on the local machine before deployment. The website is hosted in azure. I am looking to have a handler in c# code that will
I have official WhatsApp API number with a chatbot. When costumers sends messages, how can I chat with them (human chat)? Only on my providor's dashboard? or is
I use selenium with chromedriver to login apple connect website on ubuntu 20.04 and chrome version 99.0.4844.51 The login page is easy to handle but next it det
I have made a calculator application. I am trying to make a GUI with the use of kivy. I have a tabbedpanel, and I am having trouble importing the calculator app
I'm currently trying to figure out how to use two dag runs' execution time to get their time difference to prevent from the DAG processing the same file multipl
I am working on an idea, which is make a RecyclerView auto scrolling but allow user to click item without stop scrolling. First, I create a custom LayoutManager