-
Some issues encountered when auto-generating LinkML from airr-schema.yaml / airr-schema-openapi3.yaml
These are all relatively easy/small fixes.
**Issues for both AIRR version 1.5 and 2.0**
- […
-
In the dashboard _jmxexporter-prometheus-grafana/assets/grafana/provisioning/dashboards/schema-registry-cluster.json_ the number of schemas is multiplied by the n° of instances.
-
The schema page does not drill down enough. Ideally, it would provide the entire schema down to the last detail, and would also mention default behavior. The Kubernetes API reference is a good example…
-
**Describe the bug**
When I have a topic and a schema defined in my resource file, and the schema registry I use has 1000s of subjects, the commands A/ take a very long time B/ fail with a NPE on top…
-
TBD
-
I'm trying to implement some custom behaviour on text selection and processinh HTML; I was attempting to implement the solutions discribed [here](https://github.com/ueberdosis/tiptap/issues/369), howe…
-
Implement schema for stable diffusion model
-
```ts
export const PublicUserSchema = z.object({
id: z.string().uuid(),
avatarUrl: z.string().optional(),
name: z.string(),
email: z.string(),
}).openapi("User");
export con…
-
###Mongoose Schemas
**Create three different Storage Schemas**
1. Boat and Trailer
2. Sails and Covers
- Items
- Where stored currently
3. Spars
- Items
- Where stored currently
-
### Describe the bug
Creating tables and sequences in another schema and using PanachEntity as an ID generation strategy, always seeks sequence in the default database schema.
```
Caused by: org.hi…