Hi my problem is that whenever i try to install a package (cv2)/(pip install cv2) it show an error as the title shows my code is a python code using opencv plea
I get the below-mentioned error when trying to do NPM install in my Dockerfile. I do delete node_modules before running NPM install still I end up with this err
I'm building a role for which I'm trying to gather disks without any partitions using disks: "{{ ansible_devices | dict2items | selectattr('key', 'match', '^sd.
I want to bind the columns of my WPF DataGrid to some objects in a Dictionary like this: Binding Path=Objects[i] where Objects is my Dictionary of objects, s
I am importing Firebase Firestore from CDN to run on a local server. I imported it as the documentation says, right here: https://firebase.google.com/docs/web/a
I'm trying to deploy a helm file using gitlab ci/cd process, and it seems like variables aren't being provided correctly. I've added some echo statements to mak
I am tring to pass value from Main Activity to Custom View, I created a setColor metod in the CustomView. Inside the setColor metod it output the right value, b
Having Modular Architecture project. Reusable custom views are being moved to core-ui module. Features (fragments, sheets, etc) at the moment are still in app m