I'm working on a Django app. I have an API endpoint, which if requested, must carry out a function that must be repeated a few times (until a certain condition
I am creating an specific application where a central android device serve as a hotspot for other devices. The Central device enables the LocalOnlyHotspot and s
I want to change the lat and lng props on onClick but can't seem to find a way to target them, how do I do this? const randomLocation = () => { // Here is
I have a query below. I want get items between 4 and 6 so only a:1 should match because it has the value 5 in b. > db.test.find({ b : { $gt : 4 }, b: {$l
I have an excel workbook which has the Office 365 default version control. The workbook is saved on sharepoint, so that multiple people can edit it at the same
I have a scenario in which we have indices for each month, and each document has a field, say expiry date, and according to that expiry date, documents will be
I need your help. I use the toast library to display user messages for my authorization system. I have no mistakes, everything works, but incorrectly. The fact