I'm using this python library streamlit_drawable_canvas to draw rectangles. My main purpose it to have these rectangles in the world coordinates. I have zero ex
I've got an issue when I try to use App_GlobalResources/Common.resx in views. I write, for example: @Resources.Common.Yes The solution builds without issues ho
Is there a way to modify docker daemon configuration in Rancher Desktop VM, e.g. adding insecure registries, etc...? After such modification, I'd like to restar
sometimes, when i am creating reports, Microstrategy takes the wrong table for join (in case of using fields in report that appear in more than one table). for
I am using the Scanner methods nextInt() and nextLine() for reading input. It looks like this: System.out.println("Enter numerical value"); int option; o
I have to Tables named Tasks and TaskDetails, I'm currently working on a todo list web application using MVC 5. I created a query to retrieve the rows from the
Im trying to download several files from a website. The link for each file is different and are stored in a txt file. To download the file user has to login. Ho