-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
Operating System:
Platform: darwin
Ar…
-
The purpose to use a reader is to not have to load/wait all content to start processing.
For the moment, a call to `de::from_reader` call `read_to_end` on the reader, and fill a `Vec` with the cont…
-
## About
One would expect having the feature `serde-config` enabled, would make all important structs be serializable/deserializable.
Sadly that is not the reality, the following types do not deri…
-
## Description
1. Users admit the lack of persistency in the add workflow, as there is no built-in functionality to save modified catalogs.
2. Users express the need for an API to save and load ca…
-
I was looking at the docs for [Enum._serialize](https://marshmallow.readthedocs.io/en/stable/marshmallow.fields.html#marshmallow.fields.Enum._serialize) and got confused by what it was saying:
> Se…
-
Hi there. I'm using DeepSeek API with the new update, which is OpenAI compatible, but I keep getting the following error:
> **API Request Failed**
>422 Failed to deserialize the JSON body into the…
-
Our Cosmos deserialization is currently based on using Newtonsoft.Json to deserialize to DOM JTokens, which are then e.g. processed by our shapers. We should take a look at the entire approach here an…
-
Both `RoaringIntArray` and `RoaringBoolArray` use `Bitmap::deserialize` which copies the source bytes. There exists `BitmapView::deserialize` but it is unsafe. We either should verify the correctness …
-
**_Tips before filing an issue_**
- Have you gone through our [FAQs](https://hudi.apache.org/learn/faq/)?
- Join the mailing list to engage in conversations and get faster support at dev-subscri…
-
I recently found that I had made a typo and gave two different variants of an enum the same name using `#[serde(rename=...)]`.
The code was something like,
```rust
#[derive(Deserialize, Serialize…