I am trying to do a simple test but am experiencing errors. I am trying to add the parameters and I have done some research, none of which has helped me underst
Flask @app.route("/get_title", methods = ["POST"]) def send_title(): data = request.get_json() qry = Category.query.filter(Category.book_category == data['c
Currently I have too much repeated code for the handlers: type GuestMux struct { http.ServeMux } func main() { guestMux := NewGuestMux() http.ListenA
I'm trying to write a C# program that captures the standard output in a python program. My problem is that all of the output comes after the program has execute
This question is quite similar to this C# question, but rather than them all being equal to a particular known value, I want to know if they are all the same as
my 1st day with stored procedures. when i call the procedure for the 2nd time i get an error? it seems it has something to do with the way i
I want to trigger ResizeObserver only on width change and not use it if height was changed. Is it possible? Example: const resizeObserver = new ResizeObserver(s
I want to be able to check my answer against the random value generated but when I type my answer in a cell and hit enter the random value changes and the verif
I have an issue with formatting the date. The actual value for the date is 2021/12/28 I am trying to format it to 20211228 with the following code awardTypeDFra