Anurag Bandyopadhyay
Anurag Bandyopadhyay
We very commonly have to run prettier fix and lints as it is a required CI check, so having a Makefile at the top level will make that very quick.
## Description generates https://github.com/openfga/java-sdk/pull/261 #### What problem is being solved? #### How is it being solved? #### What changes are made to solve it? ## References ## Review Checklist -...
### Checklist - [x] I agree to the terms within the [OpenFGA Code of Conduct](https://github.com/openfga/.github/blob/main/CODE_OF_CONDUCT.md). ### Describe the problem you'd like to have solved Currently, contributors to each SDK (Go,...
Solves #2558 ## Description The tests that assert the following : Number of open connections never exceeds OPENFGA_DATASTORE_MAX_OPEN_CONNS Number of idle connections never exceeds OPENFGA_DATASTORE_MAX_IDLE_CONNS Connections never live beyond OPENFGA_DATASTORE_CONN_MAX_LIFETIME...