I have a control surface (my custom control) and a drawed rectangular smaller than the whole surface. Now I need to draw a circle (FillEllipse) within this rect
I am trying to get the owner variable and since the function usually returns it as undefined I decided to use async/await but I can't use await within another f
I've got images stored as Blobs in Google Cloud Storage and I can see amazing capabilities offered by get_serving_url() which requires a blob_key as its first p
I have a table as shown below. I want to do a partition and then subtract the values in two tables to get the difference using group by. Table 1: id type name
I have a dataframe with roughly 1200 columns, one of which is a list. When using arrow::write_parquet(), all columns but the list column are detected correctly
I am trying to create a virtual shop and I want to make every row of products have four items on a large screen, three in medium, and two in smell. My problem i
I am using the RegExp Object to parse a common text field and turn it into a number. I have the pattern: (^[^0-9+-]+)|((?<=[+-])[^0-9]+)|((?<=[0-9])[^0-9.
I create an application with pyqt5 which will be used by a few users. These user I want to give different permissions to use the application. I think I will cre