-
See https://github.com/ArchiveTeam/wpull/pull/426#issuecomment-593047261
I've also encountered the same in openSUSE Tumbleweed which has switched to 3.8
https://build.opensuse.org/package/show/h…
-
**Describe the bug**
As described in https://github.com/facebookresearch/hydra/issues/2416, merging a config with an interpolation key into a structured config can fail with an InterpolationKeyError …
-
BPO | [47166](https://bugs.python.org/issue47166)
--- | :---
Nosy | @ericvsmith, @JelleZijlstra, @AlexWaygood, @GBeauregard, @thomkeh
*Note: these values reflect the state of the issue at the time it…
-
https://docs.python.org/3/howto/enum.html#enum-dataclass-support
enum properties is still a better way to do this - but not being part of stdlib more folks will use dataclass enumerations so django…
-
```cython
# test.pyx
from cython.dataclasses cimport dataclass
@dataclass
cdef class A:
cdef int i
```
```python
# test_1.py
from test import A
a = A(123)
print('a.i:', a.i)
# Attr…
-
Location: src/wrestlingtournamentcli/Main.java
& src/DataClasses/Wrestler.java
Deficiency: The way strings are being used is anti-memory management friendly and will cause Object C…
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
I reviewed the documentation, and Pydantic currently offers two methods for passing the Dataclass configuration:
- A…
-
Sharing encoder / decoder in wider scopes (currently must be per-field. type, class, global are all potential scopes)
-
Hi,
I'm trying to extract some information from documents into a machine-readable format. One of the key points is that the result has to contain some lists that might have different lengths. I fur…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…