I have a legacy Django project (django-1.1.29) and some tests in pytest (pytest-4.3.0), all running inside Docker. The database is PostgreSQL 10 and is a docker
I need to load the varieties of each product, investigating they tell me that I can do it with an OnChanges that when selecting a product shows all the varietie
I would like to create a new environment for testing my app. I have a .env file and .env.test file. This is my app.module.ts file: @Module({ imports: [ Co
I am fairly new to cosmos DB and was trying to understand the increment operation that azure cosmos DB SDK provides for Java for patching a document. I have a r
First time posting. I'm having an issue, I wrote a simple VBA Userform with a textbox and command button that changes color when clicked. My textbox command...
I have these 2 tables which I would like to query: create table active_pairs ( pair text, exchange_id integer ); create tab
So i wrote some script that query some information from Elasticsearch, I collect all the necessary data and store it in dict of lists. I want to send it to deve
I trained 2 yolov4-tiny models for my license plate recognition system. The first is the fog plate region label, the second is the char labels (letters and numb
I'm trying to comunicate with an infrared camera, using python interface and ctypes to call sdk functions in dlls. There is one function in C++(only .h files ar
I have a model, that needs a user(ForeignKey), and a category(M2M), and for the category field in form, I extended its functionality by adding custom field to i