I am using PHPWORD library to generate the docx file from dynamic HTML by using the command \PhpOffice\PhpWord\Shared\Html::addHtml($section, $html, false, fals
I need to create a custom viz plugin in apache-superset. It needs to send cross filters data to other viz in the same dashboard. So I created a time-series plug
Hello I am new to react native and particullary firebase. I've been watching tutorial about using firebase with react native and i read the react native firebas
I've read about the task-based asynchronous pattern and it sounds great. Now, I have a WCF service that needs to call other WCF services. Those services return
I have configured a CentOS server with (server A) : Redis 6.2.6 Python 3.8.1 Celery 5.2.1 Flower On another server (server B) I send tasks to redis that are exe
if I am having 10 threads running to execute 5 http requests, and at the end of execution I want to know time take by each thread to execute those 5 http reques
I have orders table that stores enum field named "status". I can't read it with sql alchemy. Order table class Order(db.Model): __tablename__ = 'orders' ord
If I run the below program and enter an answer (e.g. "3 years") the program completes without waiting for any further input e.g.: How long did the christians wa