I just got a new MacBook Pro with the which has a touch bar. Not sure what Apple was thinking, but this is one of the worst things ever. Is there a way to disab
I'm actually occurring a situation when making an accordion. I already add a close button (x text) inside my div to close the accordion, but it won't close afte
I am attempting to get an OpenCV video stream running on my Raspberry Pi Zero 2 W using Flask. The code is as follows: from flask import Flask, render_template,
Here is the code to initialize categoryArray. I want to run the useEffect only if the categoryArray data changes. const [categoryArray, setCategoryArray] = useS
I have a drop down and a list group box. on the drop down change event I need to remove all the items and add new items. Below is the list group box <selec
@Scheduled(cron = "0 0 0 * * *") This runs a spring scheduled job at midnight. How could I add the year excplicit where this job should run? (I just want to d
I have a flask app to enter data by a person through a page and display through another page to all. This is done with following as app.py from flask import Fla
In a scenario of transaction processing, we have: table order to record incoming transactions, and table order_log to log updates on a recorded order, with a fo
trying to send push notification to app but i need permission from user for that but getting this error that messaging.requestPermission is not a function , he
I'm working on a project where a user sends his/her order and the admin will receive it in order to prepare the said order to deliver it. Problem I'm having tro