I created a pure React application using create-react-app. I would like to extend the String class and use it in one or more components. For example: String.pr
I'm running minikube on my local machine, and I can easily connect to my MongoDB pod from both external/internal sources through this setting below WITHOUT the
I have two entity classes Medicine and Medicine Group. A medicine belongs to a group . A group has more than one medicine. The relationship from medicine to gro
Flask Sqlalchemy Model class Supplier(db.Model): __tablename__ = 'SUPPLIER' supplier_id = db.Column(db.Integer, primary_key=True) supplier_name = d
I'm helping a colleague troubleshoot an S3 put "access denied" error when he uses a Python library that internally calls boto3. To simplify the troubleshooting
would like to ask. Is it possible to check user's role in the onRow function. For example when user click on edit button (refer picture) then the system will th
I want the user to have the ability to use the arrow keys to manipulate the polygon. The top arrow key is supposed to move all of the vertices in the direction
I'm trying to have my code click IDs progressively using lambda/function. The beginning ID string is fixed, i.e. "abc" and there is a middle section that is va
In my dropzone I first choose file to save, and then click save button to save it. So, my questuion is: how can I disable dropzone area after choosing file? I'v