I've developed SOL, an open-source macOS launcher. Inside of SOL, I added the ability to run AppleScript commands, one of these commands allows me to lock the c
I'm contributing to a booking app : I need to add a feature where I can link a menu (eg. Sandwich or Salad) to an Order. I have two models : public partial
I have 2 table with me, one is emp_feed which has the details where its records employee swipe details. I have another table emp_event table where it just recor
I have a BaseViewController connected to it's .xib and want to subclass it with SubViewController in my storyboard to add more views. I already have do similar
Docker project was created on Linux machine, I'm running windows and I can't get docker-compose up to work. I've read through Stackoverflow's answers and so far
I have a graph that I am trying to implement community detection on (so each node is in a specific community). I want to visualize the nodes and edges with each
I am trying to get the names of all the guests attending my event and have selected 'going' on my event. I go to the event page, click on the X going / Y inter
I am running Airflow v2.2.2 using the MWAA service on AWS I have the following DAG import airflow from airflow import DAG from airflow.operators.python_operator
I am trying to open a specific file in the archive and then write some content to it. I am using the zipfile.open() function to get access to the file: import z