-
I'm having too many read and writes to firestore in a given workout. I think the best way to optimize this is:
- As soon as a user starts adding exercises to current workout, it get's added to loca…
-
I think if there is a place we need to be safe with db name characters it shoudnt be here. Principle of least surprise says we should pass through at this layer
https://github.com/fireproof-storage…
-
Not quite sure how to solve this yet, but when using this in a long-lived application like with an API, the connection will eventually get terminated because it only gets established once.
Example:…
-
### Description
This isn't necessarily a bug - more a performance enhancement request, but there's no category for that.
When running `apt install` commands on Ubuntu hosted runners, the runners s…
-
Running on Windows 11 24H2
using 'run-console.bat'
Errors out. Contents of 'cove.log' below.
[2024-10-31 18:51:45 +0800 NIL github.com/anacrolix/gostdapp app.go:40]
error in main: initializing…
-
(This came up again this week in https://coq.zulipchat.com/#narrow/channel/253928-Elpi-users-.26-devs/topic/Elpi.202.2E0.20.28beta.20testers.29/near/484771703 and also featured (less prominently) in h…
-
-
### Is this a new feature, an improvement, or a change to existing functionality?
New Feature
### How would you describe the priority of this feature request
High
### Please provide a clear descri…
-
## Description
This ticket is to persist the data from the 'Add an ECT' journey to the DB
At the successful end of the journey once the "Check your answers" step has been accepted we should persist t…
-
Right now we stick with SQlite, but it has huge disadvantage: it's using a file system. In many cases using of a file system is really complicated or even not possible: serverless scenario, docker etc…