In one hour timeframe I am trying to study the four days of daily candles to know the trend to create an indicator on the 1 hour chart if I should make a sale o
C++23 added support for overloading operator[] with multiple subscripts. It's now available on GCC 12. How should one make use of it? An examp
For some reason when I am trying to insert data into Postgres, I get a message that says my table is not there. However, when I run \dt the table is present in
I'm trying to do a script that is used with two arguments - a file and an integer. It should check if the arguments are valid, otherwise exit with 1. Then it sh
I have a List with fixed heights. I removed all the insets using listRowInsets. However, a 22 point padding still remains above the section header (shrinking to
I have existing xlsx spreadsheet. I am using Apache POI 3.17 to read it, add some entries and save as password protected spreadsheet in new file. After I run t
I am un able to find error input 32*32 gray images: class CNN(nn.Module): def __init__(self): super(CNN, self).__init__() self.conv1 = nn.Se
I'm getting stuck in the configuration of a deployment. The problem is the following. The application in the deployment is using a database which is stored in a
I have an html page that requires getting the value of an input when a button is pressed so it can be used as a variable in a link. For exampl
Is there a way to use module federation using create-react-app without ejecting? I want to convert my existing react applications(created using CRA) to micro-fr