In my application I have activity logs of users stored in my DB (mongoDB), Since a lot of logs are collected within 3 months I want to Delete all the activity l
I keep getting the error when running my code: AttributeError: '_io.TextIOWrapper' object has no attribute 'isdigit' Here's a link to the file that I am trying
I'm having trouble uploading App Previews in App Store Connect. Despite following all of Apple's specifications, App Store Connect rejects the file with message
I want to pass a variable to a component which should be added as a class to a div. However, Vue adds the name of the variable instead of the content. So I pas
I have multiple component with axios plugin for some get requests. i need some help to cancel all xhr request with axios on component unmount event in react js.
I have a problem. After the espresso test recorded, found an error shown "Unresolved reference: PopupBackgroundView" [Espresson Test code]: val materialTextView
Suddenly encountered a strange error error: BUG: switch 'n' (--dry-run) invalid short name Everything was working fine for me yesterday. Today, all I did was st
I have a custom View (DisclosableControl) that conditionally discloses a UI control. In order to make this as adaptable as possible, the initialiser accepts clo