I want rectangles to be painted over the original words and put new words on top of them, but when i do that the main rectangle is painted full screen, how to e
I want to apply a special character whitelist to all non-password user text inputs across my site, so that validation will fail if a non-whitelisted character i
I have this table defined as follows class Carrier(Base): __tablename__ = 'Carrier' __table_args__ = {'comment': 'Carrier Code List'} Id = Column(I
I'm trying to detect and draw a rectangular contour on every painting on for example this image: I followed some guides and did the following: Grayscale convers
I have an error in the flutter project that I cloned from GitHub. I tried this method but it didn't work <application android:name="io.flutter.app.Flutte
I want to manage data that I receive from multiple parties and convert it into structured data in order to have unity in our system. For example, I receive data
I am trying to upload a new build for Ionic 3 app. Now the Google Play Store is asking me to target minSDK 30 which is have done. But now the Google Play Store
I have daily temperature data for several years. I use the HoltWinters method to conduct exponential smoothing for the existing dataset. No forecast. I need to
I have a Contacts table, a PhoneNumbers table, and a ContactPhoneNumber table. A Contact can haveMany PhoneNumbers via the ContactPhoneNumber pivot table. A Pho