I have installed Vite with Tailwind. But after installing Tailwind , when I change the index.html file, the Vite server does not auto reload. It reloads when I
I am trying to test whether validations error show up. They do show up in the browser. However, my tests are failing. This is my code: import {shallowMount, cre
Is there an easy way to return the current router address. IE, if I'm on page, and I just want to see what page I'm on according to the react router. So, loca
In a JavaScript ES6-module, there may be many, small, easy-to-test functions that should be tested, but shouldn't be exported. How do I test functions in a modu
I am trying to implement SvelteKit together with Hasura (GraphQL) and Firebase auth. I have managed to sign in the user successfully, then store the access toke
I have a MySQL with two databases A, Z. Table A has fewer records than Z.tableZ. I am now interested in two columns: A.tableA.colA and Z.tableZ.colZ. I want to
i need to fix: when i press on each expansion panel only one should be collapsed or expanded, the rest should remain unchanged. How to implement it? Cause now,
I'm dealing with the inevitable issue of users being able to overwrite files in my bucket via a JavaScript S3 upload. After uploading a file, assuming I have ve