-
To facilitate copying data between Julia sessions I'd like to support serialization to clipboard as a package extension between `InteractiveUtils` and `Serialization` with a dependency on `Base64` (re…
-
I'm currently using bloom2 in a performance sensitive area and serde is not a good fit. Would you mind if I expose the fields via getters, swap out `Vec` for `Bytes`, and add some functions to the bui…
-
# 🐞 Describe the Bug
I noticed checkpoint saving is suspiciously slow in some tests, so I decided to investigate.
Checkpoint saving should be bottlenecked by hardware (disk write speed), but tur…
-
In the load function, can we add the opposite of the partial argument to make fields required ?
-
### Describe the bug
originally discussed in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/2884
fixed with: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2890/f…
-
I've noticed that in older versions toml is serialized like this:
```toml
[category]
option1 = true
option2 = false
```
but now it's serialized like this:
```toml
category = {option1 = true, o…
-
I note that JsonProperty (Newtonsoft annotation) is used for most properties, but not all, with a snake_case name. This has been and still is adhered to in Cosmos DB API because it still uses Newtonso…
-
Do library provide interface to serialize structs into json string without creating a json value? As i see, serialization requires json value
-
Context: I have a module that generates a structured output with one program, and then passes that object (a Pydantic model) as an input to the next program.
If the input object contains a field th…
-
Hi, Brother !!! How do I parse CAN message ? How does the message go to JSON ?