-
### What version of CUE are you using (`cue version`)?
$ cue version
cue version v0.0.0-20240930133809-f0c77ed99d74
go version go1.23.0
-buildmode exe
-compiler gc
Def…
-
Meta fields created_by, updated_by, created_at and updated are missing in account entity.
Were they missed on purpose?
-
Hi, this is more of a question than a anything. I see we have the 'private' and 'direct' fields on the conversations table, but these are not being used anywhere. (as far as I could search).
We are…
-
Currently, due to its fork of Cairo Hints, Scarb Agent uses protocol buffers to define messages shared between Cairo and an external server.
Now that we're using the YAML schema for the input and o…
-
I'll start with a simple example
```python
from dataclasses import dataclass
from marshmallow import Schema, fields
class ListItem(Schema):
foo = fields.Str(required=True)
class MySche…
-
I'm wondering if there is a way, to copy the schema from a `ModelResource` (`Inline('self)`) but add some extra fields onto it for another defined `Route` within that Resource, specifically the reques…
-
We currently have a [Database Schema page](https://kubearchive.github.io/kubearchive/main/reference/database.html) in our docs that we manually maintain to keep up with the changes on indexes, fields,…
-
As the title said.
If possible please add an option to keep the unsupported fields being included in the schema generation.
-
while in the webui, when you drag a wav sample to the bottom left section, it starts to process but then says 'error'.
the notebook shows this:
ERROR: Exception in ASGI application
Traceback…
cwmcd updated
1 month ago
-
Hi,
We're parsing some json-formatted high-volume logs, and noticed that we could only process up to 8000 documents per second per filebeat. I tried to narrow down what's the bottleneck. By just read…