I am new in Flutter, and so I have a list of widgets, final List<Widget> _backgrounds = [ const BackgroundDesign(index: 0), const BackgroundDesign(index
So I'm trying to insert a class variable into a mysql database and I'm having problems. mysql.connector.errors.ProgrammingError: 1050 (42S01): Table 'ordertable
I have a common use case where I want a component that is simply a styled HTML tag. For example, the following works fine for creating style divs: // Definition
I need to connect points which are stored inside model with lines (A-->B, B-->C, C-->D, and D-->A). Model: ListModel { id: myModel
I have a couple of bits of code to manipulate the window size of the excel window to make the window match to the size of the shape (named background) My probl
I've just written a little game using wpf. There is a matrix of cells I can click. The click events are working through a DelegateCommand. The problem is that t
I want to continue test execution even if the afterMethod fails, is there any solution for that? I tried to use alwaysRun = true, but only before and after meth
I've done Python for quite awhile and what I'm trying to achieve should've been identical but I'm running into a pesky error. My problem is that I would like a
I have a table in google sheets with columns including "year", "industry", "total carbon footprint" and "carbon footprint per employee" . The table has filters