Hi I am trying to synology api to download a file, it seems that the API documentation is outdated, I successfuly login and logut using the API, but when I trie
So I have a problem with this one. I need this class "active" to be added only to single li element onClick. I understand I need to get id of the exact li eleme
I'm creating a web site dedicated to find films as convenient as possible, using TMDB service. Currently, I'm trying to make a search, using just an actor's nam
I want to insert multiple models into a table in a single transaction. I have a function that receives a parameter of type SqlAlchemy model class Customer(BaseM
I have a python program that uses mysql.connector to login to a server and execute the query and saving the sql result in excel file. i use pyqt for my gui and
I have a Model with List inside it, is there any way to filter that list? What I'm trying is: List<Booking> a = await _context.Set<Booking>().Includ
For a past week I been trying to construct specific functions that would satisfy some the requirements, sadly it was not successful. I decided to give a shot in
I am using a q-btn component from the Quasar frame work in a Vue3 application like this: <q-btn :to="{name: 'someView'}"/> It works great and I am trying
I've difficulty in understanding when to use: while (left < right ) { } vs when to use: while (left <= right ) { } Also while setting left and r