-
The idea is to have a code-monkey API authorization module.
This module should have a way to:
a) generate API keys + store the API keys (or their hashes) - ex: database
ex: 1 API key for each Runtime…
-
[API and Control Hacks Video](https://www.loom.com/share/7d24918d1c2b4b17b8c403368e50fa4d)
[Database and Model Hacks Video](https://www.loom.com/share/7d24918d1c2b4b17b8c403368e50fa4d)
[CPT Scoring]…
-
in the environment/manifold.env file, the system users RAILS_DB_USER as the database name, rather than the RAILS_DB_NAME option.
We're using the docker container as the basis but using an external p…
robyj updated
1 month ago
-
### Bug description
Today we introduced raw SQL queries in our codebase, requiring us to run `prisma generate --sql` instead of `prisma generate`. Locally it builds normally. In AWS, it errors out wi…
-
when removing the teacher, remove them from
- subject choices
- allotment entries
- the teacher collection
-
**Project description**
ADBC aims to provide a minimal database client API standard, based on Arrow, for C, Go, and Java (with bindings for other languages). Applications code to this API standard …
-
-
**What is the current behavior?**
The current API implementation does not save duplicate solutions to the database, i.e. if the method finds a solution that already exists in the database, the new so…
-
### Package version
9.2.3
### Describe the bug
Im getting the error
Cannot assign to read only property 'last_used_at' of object '#' when trying to use the access token on Bearer auth for an…
-
Now we are building an AI+OS, in AI+OS, many scenarios need to use local vector storage and retrieval, so we hope to have a lightweight vector database service, this vector database service will be in…