I am using 'org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.5' for mqtt service and the app keeps crashing on android 12 devices with the following crash lo
I'm new to Django and learning, and i'm trying to do the following: The user registers the days of the week and the time period he is available. class DiasDaSem
I'm running a script in a console window and would like to open a second console and run a sequence of commands. The command to open that second console must be
I am using React useForm hook to submit data from my form. The requirement is the user should see the sample data in a preview div before he submits. How can i
I'm copying table from SQL Server to Firebird. I have a column of type BIT in SQL Server, but Firebird doesn't know this type. How can I change the type of the
How can N integers be divided into M equally sized groups such that the difference between their maximum and minimum sums is minimum? I see that it belongs to t
I fetch a page structure via my API endpoint: "uuid": "a0908158-796f-4de6-ac06-6cdf234db80b", "name": "Category 2", "parentCategoryUuid": "d0cfe404-7486-4a57-be
I have a Scaffold with BottomNavigationBar: class Home extends StatefulWidget { @override _HomeState createState() => _HomeState(); } class _HomeState e
I create a page with google Script for orders . When the order is finished, it will automatically save to Google sheet and email a copy to the customer (in norm