i know this might seem silly, but i want to generate a random code of 8 characetrs, only numbers or letters using php. i needs this to generate a password for e
I am trying to send logs(in stdout) from a pod to the fluentd container in it. I a pod i have 2 containers among which 1 is fluentd. It works if i have a file i
I am trying to install a package from pip on a remote cluster. The cluster policy does not allow to install packages from the internet, so I copy the package fi
I am building an application to solve Matrices in Linear Algebra. I have this class: class Matrix: def __init__(self): self.elements = [] self.height =
I am trying to make a noise level meter, but I am running into some errors such as it keeps returning 0 even though I am being quiet. Can someone please assist
I am trying to show a v-skeleton-loader in Vuetify. I have used v-if and v-else. If the image is not loaded, then it should show the skeleton loader. Otherwise,
I have PyCharm 2021.3.3 installed and I've got an account on BitBucket. I'm aware BitBucket recommends using "App Passwords" and I've been able to successfully
I am having a component exported as export default withRouter(withOktaAuth(ComponentName)); In my .test.js file, I am creating mock as below - jest.mock('@okta