-
Hey ! 👋 🙂
I've been through quite some "issues" with a similar topic (including which I have also participated in! ) but I thought perhaps a new thread is worth it, instead of reviving a closed …
-
Translate the 'extras' field of all glTF entities into a corresponding USD representation. Do we want to dump a single metadatum or do we additionally decode key-value dicts?
-
### Enhancement summary
We are trying to adopt arista AVD version v5.0.0, and finding below validation errors.
```
ERROR! [MBH-CAMP0S]: 'Validation Error: servers': Invalid type 'dict'. Expected …
-
The old codepath is not composable with other transforms, does not offer gathering of state dicts as easily etc.
Removing, of course depends on NVIDIA benchmarking not needing it. I think we (@crc…
-
It seems currently poyo doesn't support list of dicts, for example:
``` yaml
list_val:
- key: key1
- key: key2
```
Will be parsed intto:
``` python
{'list_val': ['key: key1', 'key: key2']}
```
…
-
Suggested here: https://github.com/buildingsmart-community/bSDD-Revit-plugin/issues/97
-
Question: I have preprocessed a large amount of data (Levenshtein matches, array locations, etc.) that I've stored as python object pickles. When my program runs, it performs operations on a subset of…
-
Hello,
I think I've found a second Python 3.12 memory leak (having read the issue for the other one, and tried upgrading to msgpack 1.0.8 to fix).
This issue occurs with dicts, and key uniquenes…
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
Run the code below with:
```bash
# with pydantic 2.9.2
uv run --with devtools --with 'pydantic==2.9.2' additional_…
-
([Ported from faster-cpython/ideas.](https://github.com/faster-cpython/ideas/issues/455))
At the moment, dicts vary what `int` datatype they use for their indices depending on their size.
As a m…