I have 3 controllers: MainViewController, FirstViewController, SecondViewController. In SceneDelegate I have installed a rootViewController: func scene(_ scene:
const data = await Order.find({}); // "response" // data = { title: "exemple", countLeft: 10 }; how can I modify "countLeft" from 2 Node servers at the same t
I have applied mysql (adminer) edit record and click on save. I have got item updated successfully. But when I try to see data using select query, but I got old
Recently, I've been looking into PyMySql source code. Just to wanna learn what's going on between Mysql server and client under the hood. And there's this _read
I think two weeks ago, or right at the end of Feburary, VSC updated as normal. Except, in my experience, it broke the Jupyter Notebook extension, kind of. I can
I want to have two forms on a page, each with their own submit button and validation. However, when I try and submit the 1st form the validation for the 2nd for
I might describe this very poorly but here we go. What I am doing is creating a file with the user id from discord. In a different function, I want to access th
"Android Studio" shows error message "Type parameter T has incompatible upper bounds: ViewDataBinding and ActivityChecklistsBinding. ActivityChecklistsBinding
I saw the Firestore documentation and I need exactly a feature, that is not possible. I want to filter comments from a specific user and want to order his comme
I am currently trying to run this code: import threading import time semafor = threading.BoundedSemaphore(value=5) def access(): print("{} wants to have