Decided to try and really understand the docker-compose.yaml file for airflow. At the beginning of the file there is this piece of code. x-airflow-common: &am
I have a StatsVar class to maintain the statistic variable, and a Ctx class to register the statistic variables as its attributes as follows. class StatsVar:
Using Akka Framework - Is it possible to decide how many threads each Actor/Node/Cluster/Shard will get? I mean - can I set the number of threads per node at th
I am trying to build a flutter app in BLoC, which I am new to. I need to get data from API ( like sunrise/sunset) and perform calculations on the sunrise/sunset
Hopefully a simple one, I have a number, say 1234567.890 this number could be anything but will be this length. How do I truncate the first 3 numbers so it turn
So I have created a list with the names of apps inside it. I sorted it in alphabetical order, printing the result. These apps have won the app of the year award
I am using an elastic search for search purpose. But recently I observer that some random error while adding data into elastic search: version conflict, requir
How to get a members list from a specific role with !getuser command in discord channel. @bot.command(pass_context=True) async def getuser(ctx): bot replys
I want to be able to use the same query just by changing the name of the column in an interface that extends CassandraRepository. For eg. public interface TestR