So this is my first interaction with hardhat. I created a sample project using npx hardhat but for some reason, when I try to Run: npx hardhat test I get the f
I'm trying to see if each key/value pair of a dictionary match, with the resulting output being True or False. I thought the below code would return True becaus
I just tried to make a single login form in Vue but it returns [Vue warn]: Failed to resolve component: v-text-field and [Vue warn]: Failed to resolve compon
Problem: I want to create an admin page where a user can create new posts, this site shall also show the already published posts of that user. To get the alread
I'm deploying a jar which I believe has been packaged acceptably. all the files except META-INF/MANIFEST.MF are in a single folder /share so in the jar is is es
I am currently studying quicksort and would like to know how it works when the first (or last) element is chosen as the pivot point. Say for example I have the
How can i catch this very basic error before it occurs ? # create a variable str = 10 print(str) print(type(str)) # change from integer to string str = str(str