-
# Overview
It'd be nice to have support for custom structured arguments, since `Field::Struct` exists.
Original idea
This will be split into two derive macros:
* `TryFromField` to supp…
-
We trace at a 1% sampling rate which can lead to missing or misleading SQL stats. This issue tracks investigating and implementing a a lighter tracing mechanism so that we can collect SQL stats more f…
-
### Describe the issue:
Structured arrays do not support squaring
### Reproduce the code example:
```python
import numpy as np
out = np.zeros(2, dtype=[('a', 'f8')])**2
# OR
out = np.square(np…
-
Currently, three Cherab submodules: cherab-solps, cherab-edge2d and cherab-imas use very similar interpolators for mesh data. I propose to include in the core module the general interpolators for mesh…
-
**Describe the bug**
`OmegaConf.merge(config, structured)` fails to merge dataclasses contained in a list. This means type information are not present in the resultant config.
Related:
https://gith…
-
This is largely relevant to #458
There are a handful of fieldable panels pane bundles that are used for the loosely structured content of the essays pages. In order to maintain those data connections…
-
We current have `multimodal_chat_dataset` which is great for conversations on an image, but many VQA datasets are structured more like instructions where there is a question column, answer column, and…
-
### Feature Request
Payment reference number mainly helps companies identify payments.
### Use case
Using payment reference number in invoices and PDF(invoice, proposal, order) makes it easy…
-
**Is your feature request related to a problem? Please describe.**
Describing instructions can be tricky, and by defining which type they belong to, we know that they must fit into a certain characte…
-
### Initial Checks
- [X] I have searched Google & GitHub for similar requests and couldn't find anything
- [X] I have read and followed [the docs](https://docs.pydantic.dev) and still think this feat…