-
### Context
Review this PR https://github.com/canonical/pipelines-rocks/pull/115
### What needs to get done
1. Review https://github.com/canonical/pipelines-rocks/pull/115
### Definition of Done
…
-
Currently we use a `std::tuple` to store some metatdata related to collections:
https://github.com/AIDASoft/podio/blob/5afdefdd233bd6b53f51d38bceffae600ae41409/include/podio/utilities/RootHelpers.h…
-
Stuff like:
- game created date
- game creator
Would be useful for filtering, and generally interesting to display in the UI.
-
We currently have two places where we can store information about an attachment: In an [attachment record](https://github.com/digidem/comapeo-schema/blob/main/proto/observation/v1.proto#L28-L33), whic…
-
I am trying to test this behavior, as described on the README:
> A metadata store can be replaced by a new one, by removing the old one in the config and inserting the new one. The repair subsystem…
-
To make Restate fully highly available, we also need the metadata store to be highly available. We either find a kv store that provides us with linearizable reads and writes or we need to build it our…
-
**Is your feature request related to a problem? Please describe.**
OpenAI recently introduced new parameters for distillation.
**Describe the solution you'd like**
Implement `store` and `metadata…
-
Currently, `hypercore-fetch` assumes that all text files are UTF-8 when returning a `Content-Type` header:
``` js
function getMimeType (path) {
let mimeType = mime.getType(path) || 'text/plain;…
-
## Summary
Sometimes it can be nice to know when a project was created or when it was last updated. Filesystems are supposed to keep track of this for us, but the values on the filesystem may not a…
-
It could be valuable to store some info about training of a project, which could also be shown by the CLI commands and REST API `/projects/{project_id}` method.
Currently `show-project` outputs the…