gocommerce icon indicating copy to clipboard operation
gocommerce copied to clipboard

A headless e-commerce for JAMstack sites.

Results 23 gocommerce issues
Sort by recently updated
recently updated
newest added

`sqlite3-binding.c: In function ‘sqlite3SelectNew’: sqlite3-binding.c:128049:10: warning: function may return address of local variable [-Wreturn-local-addr] 128049 | return pNew; | ^~~~ sqlite3-binding.c:128009:10: note: declared here 128009 | Select standin; | ^~~~~~~`

### Description This PR suggests an initial CodeQL Code Scanning workflow file. ### What do I need to do? - Code Scanning is only necessary on repositories that house code...

type: security

**- Summary** Fixes issue #153 - allow decimals for tax calculator **- Test plan** calculator_test.go **- Description for the changelog** Using float64 instead of uint64 / int64 **- A picture...

We're running into a case where France has a 5.5% tax, and currently all tax settings are read and processed as integers. We should update the calculator to allow reading...

bug

I use the default version: The go.mod file for this project does not specify a Go version !! !! Defaulting to go1.12.1 Trying to deploy the app on Heroku by...

**- Summary** Create a featureflagged alternate DB connection. Based on the site's host we will choose the right DB to use. I decided to not use the commons library to...

how to perform an authentication / authorization for a user? what about admin / staff user? It's a good idea to using jamstack site to perform a lightweight and fast...

**- Do you want to request a *feature* or report a *bug*?** Bug **- What is the current behavior?** App crashes on first launch. ``` 2019-01-29T11:30:52.336109+00:00 app[web.1]: time="2019-01-29T11:30:52Z" level=fatal msg="Error...

enhancement

Domain: https://gocommerce-demo.herokuapp.com/ 2020-07-25T00:30:05.577958+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=gocommerce-demo.herokuapp.com request_id=6b57d525-aec8-46de-b425-f1a7f20b124c fwd="37.111.139.161" dyno= connect= service= status=503 bytes= protocol=https

Instead of creating a new logger, pass a logger based on the current request to the Mailer.