I am drafting an API documentation with swagger.io and is trying to make it fit to our use case. The system is going to receive and process data from all source
I am using a USB rubber ducky. I found that if the caps lock on my computer interferes with typing. I want the USB Rubber Ducky to open a youtube URL and it isn
Hi i want my bottom nav bar to be like this is there any other way to achieve this? these is the photo i want to achieve. [1]: https://i.stack.imgur.com/4V0bu.j
I have created a docker image from a Dockerfile. Projects working perfectly. I've a few tests and to invoke those tests I've created a run_tests.sh file, I've m
I'm planning to use concurrent.futures.ProcessPoolExecutor to parallelize execution of functions. According to the documentation, its executor object can only a
This is the API that I want to get data from it "meals": [ { "idMeal": "52770", "strMeal": "Spaghetti Bolognese", "s
I attempt to deploy a Python package with pip in a virtual environment on an Ubuntu machine, but encounter a permission-related issue. For example: (TestVirtua
I have 2 tables equipment with id and name transaction log with equipment_id record_type and timestamp I need to select record from equipment based on filter an
I added django-markdownx to my project. Everything is working fine with this custom filter: import markdown @register.filter def markdownify(text): return m