Ken Ellorando

Results 16 issues of Ken Ellorando

domain: cadence-ui
type: feature-request

The Cadence container starts up faster than the Postgres container it depends on when launched through a Docker Compose stack normally. Since Cadence does a bunch of database configuration on...

type: enhancement
domain: cadence-api
domain: cadence-db

Setting the request rate limit to `0` will actually keep the client's IP in the rate limit database with no expiration, forever keeping it from ever making a request again...

type: bug
domain: cadence-api
domain: cadence-db

The Cadence API server currently runs a Go fileserver which serves raw HTML, CSS, and JavaScript. It's simple and looks fine to me, but I think it's time we separate...

domain: cadence-ui
domain: cadence-api

Since song history data is in-memory, it does not _fully_ function properly when Cadence scales beyond one replica. Each replica maintains its own copy of song history. If we moved...

domain: cadence-api

Cadence presently has zero Go test suites. At least some unit coverage of the API would be nice.

type: feature-request
domain: cadence-api

After any user spends long enough time connected on the UI, the following begins to appear in the logs: ``` postgres | 2023-02-24 06:55:57.782 UTC [244] FATAL: sorry, too many...

type: bug
domain: cadence-api
domain: cadence-db