I am using the code provide by Stripe to test a webhook. The Stripe secret and the endpoint secret have been triple checked. Stripe version: 6.19 Body-Parser:
I have deployed an app on Heroku that contains a form. When someone submits the form, the content of the form is stored in an Atlas MongoDB database. This works
I bought this template but I don't know how to edit its files on my computer. It seems the file extensions are .tpl How can I edit them like HTML files and then
I am trying to connect a SQLite3 database with a react component using electron contextBridge and continue to return a promise {<pending>} in my frontend
There are a lot of .parquet files that I would want to convert to .hyper files to be fed in tableau as API, using python so that it can be automated as well. Co
How can I configure my maven to generate code from different databases? I have this configuration: <plugin> <groupId>org.jooq</groupId>
I'm still very new to this so I'm not sure if it's a R issue or a css issue. I'm trying to change the colour of the elements listed in my table of contents in a
Im using VS2022 to create a .NET Core 3.1 C# class library (DeletemeClassLib.csproj) with no added content. Solution and Project are in the same folder. This
I have this function in PostgreSQL, but I don't know how to return the result of the query: CREATE OR REPLACE FUNCTION wordFrequency(maxTokens INTEGER) RETUR
So I am working on the jumping of my character at the moment, and I have made the jumping work as I want it to, except that it does not check for ground. I coul