In my application i use relative navigation with react router v6 (we are currently migrating) and it works fine. When i try to do some tests using Jest and test
Here is my code, I had problems fitting it horizontally but I got help in a previous questions. The problem is that when I added all the text
I am getting this error: Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'setState') and this is my code: class Table extends Co
I wrote a python script that requires the use of a postgresql DB. For test purpose, I installed the postgresql DB manually, and the DB that comes with that. The
Just describing the issue hurt my Monday AM brain. Below is an outline of what the basis of my problem is. For ease of this example, all files are in the same d
I created a small function to do BubbleSort (just learning how to code) in Python 3 and I can't find the issue. Here is the code. It's returning "None" for som