I write the code below. It seems it has a problem with the "signed_txn = w3.eth.account.sign_transaction(transaction, private_key=private_key" part. I face to t
Here are my codes for MyAdapter, ActivityMain, MinActivity, and User public class MyAdapter extends RecyclerView.Adapter<MyAdapter.MyViewHolder> { Con
I'm using Python to detect some patterns on OHLC data. My problem is that the data I have is very noisy (I'm using Open data from the Open/Hig
I'm trying to get a connection between my client and server via https. Following is the code I am using. But whenever I am trying to connect I get the error web
I'm searching of 'env' concept at static build file in Next.js but can't understand what is "inlining" meaning in this context. Could someone give me more speci
I have problem of not displaying the correct label when mouth pointing the cylinder item. The label of it can be shown correctly if mouth only points at the hor
I am new to sqlalchemy. I am trying to generate query using sqlalchemy core from sqlalchemy.dialects import oracle, mssql from sqlalchemy.sql import column, ta
I have a query where based on a column value, my sort will be dynamic. So, it is something like this: ROW_NUMBER() OVER (PARTITION BY last_action