Hi my app runs as a plugin inside another application so i have to handle forward,backward navigation manually. My Question: i want to disable forward, backward
I found that some kinds of type declarations in JavaScript can't be analyzed correctly in VS Code. Examples: For example, when I tried to require a package expr
In many other languages, eg. Haskell, it is easy to repeat a value or function multiple times, eg. to get a list of 8 copies of the value 1: take 8 (repeat 1)
I have a Django app that parses a csv and stores the data in SQLite which works great and I can see the data in the admin panel. Now I'm having trouble displayi
I am working on my Next JS project. I have all my slugs which I map through and create all pages using the catch-all route from Next. However, I have a page wit
I currently have a model called "Review" where I have a "unique_together" constraint so one user can only write one review per post. class Review(models.Model):
I tried to create a react timer that counts 20 seconds and then stops at 0 seconds. But the problem is it gets struck randomly in between 14,13 or 12 seconds an