I wrote a simple program and used webview. My problem is that links to pages that do not follow the https://irunisenter.com rule also open in the program. It's
When I writing a query like this //graphql.ts export const GetCategory = gql` query caonima($id: String, $categoryName: String) { category(id: $id, catego
I need to deploy a Next.js app, but not on Vercel. What are the steps to deploying it? I used to drag and drop the build folder from React to the server, but in
I have a Scrapy spider that inserts the scraped data into a PostgreSQL database. It works fine on the first run, but if the primary key already exists, I get th
I have a variable in yml file which needs to be encoded into URL so that / is replaced by %2F. Sample code i am using: "{{Variable}}"
data.info() DataTypes info of the dataframe for col in data.columns: if data[col].dtype == "category": print(data[col].value_counts()) prin
I was asked to write a calculator in Python, and I completed it, but there is only one issue that needs to be fixed. What is the prerequisite? "Once the user in