I'm gonna use a primary color with different shades in my Chakra theme. But one of the shades is going to be used more often and I would like to use it as defau
When I tried to change the state from outside the function the state is not changing. void _showAlertDialog(BuildContext context) { // flutter defined funct
I am working on a program which passes message objects through a chain of functions which are dealing with the messages like doing calculations, storing, queuei
I'm trying to make a view in SwiftUI as shown below using SwiftUI. Below is the code I have written, but I'm not sure what will the best way to code this is. M
I'm implementing a DQN to do the Trading in the stock market (for educational purposes only) I have this data and the shape of the data. This is the state in a
I have a stored procedure for a select query and there are left join and inner join commands in the query. I'm using the script below for dependencies of the st
I am putting exception report together on financial data and want to count the number of errors in a report and display it on a summary page. The detail is sit
In my wpf application, I have a Listbox control. Listbox control can have multiple rows. Inside the Listbox's DataTemplate I have two dropdowns in each row. For
I have below component which gets data expenses as props, Initial reader will show table with expenses values, but when row is deleted new data are stored in ne
I'm trying to make a select option dropdown in javascript and write it in HTML. The options are placed in an object in javascript (under "valg"). I have tried