-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
### Current behavior for non-str `Secret` types is unexpected in my opinion.
Example code:
```python
from pydantic i…
-
```
What steps will reproduce the problem?
1. Save KML from Google Earth v. 4.2.0205.5730
2. Attempt to create KMLRoot object via method KMLRoot.Load([path]);
What is the expected output? What do you…
-
```
What steps will reproduce the problem?
1. Save KML from Google Earth v. 4.2.0205.5730
2. Attempt to create KMLRoot object via method KMLRoot.Load([path]);
What is the expected output? What do you…
-
```
What steps will reproduce the problem?
1. Save KML from Google Earth v. 4.2.0205.5730
2. Attempt to create KMLRoot object via method KMLRoot.Load([path]);
What is the expected output? What do you…
-
This looks like an interesting new serialization strategy and I am looking for a new storage backend. Could the library be used for serializing lists of X incrementally via streams or would the top-le…
-
Main options:
1. [`std/json`](https://nim-lang.github.io/Nim/json.html)
1a. The approach so far: parse into a `JsonNode` and work only with that.
1b. Parse into a `JsonNode`, then unmarshal…
-
https://github.com/dotnet/runtime/blob/d4b06b1a9e3c56e343c42efad2211c04c196a0cf/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Stream.cs#L95
cc @steveharter
-
First, thanks for all of your hard work on this.
Useful error messages are perhaps the most important feature of any serialization/deserialization framework. What sorts of errors does this library …
-
Latest ray libraries via pip install on python 3.8
code breaking
```
trainer = PPOTrainer(config=config)
trainer.restore(checkpoint)
```
**Error**
RayActorError: The actor died because of …
-
### Run Information
Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | TigerUbuntu
Baseline | [4e626e2dccf5060ab9c50dc3a9baab547ee2b31e](https://github.com/dotnet/runtime/commit/4e6…