I am using the following example, which i took from here: https://headlessui.dev/react/popover But when i click on the solutions button, it just shows up for so
I am trying to make this view with CustomPainter and GestureDetector onPan, So it is a normal Scribble Screen. GestureDetector( onPanStart: onPanStart,
I'm using json-server as my local server for a nuxt project and i want to automatically launch the server and then run the project on another shell instance usi
I have a stream of objects which I would like to collect the following way. Let's say we are handling forum posts: class Post { private Date time; priva
I have this old Spring Hateos code which I want to migrate to the latest version: Map<String, Link> links = new HashMap<>(); links.put(Link
The objective of this board game is to eat the food and grow. In its most basic form, the game only uses 3 colors: one for the snake (a series of interconnected
I would like to view a pdf file from firebase storage in my React app, the problem is I would like to view the file after the page is loaded and the 'getDownloa
I really stuck up. I have a problem with my validation scheme. When I clicking on password field it shows an error also in the new password field. Validation sc
I need to make the variables "answer" and "submit" invisible and I tried to do that on lines 21-22 in the javascript file but it doesn't work