-
With `htmlToBlocks`, I have a few deserializer rules where I want to do something async e.g. upload or query something to make a reference.
I'd like for `deserialize` to potentially be async. I kno…
-
Currently we have AKHQ running on version 25.0 this is connected out to Confluent Cloud. There seems to be an issue with how the 'Topics' sections is trying to deserialize data. I think this could be …
-
**Describe the bug**
When using the SQLAlchemy data layer with SQLite, in `get_all_user_threads()`, the returned `metadata` seems to be a JSON string but it is not ever deserialized.
https://gi…
-
I need to dynamically traverse a toml file since i cannot deserialize the whole thing, but have not found a way to deserialize a TomlNode into a kotlinx Serializable class. Is it possible? If not, i t…
-
### Is your feature request related to a problem? Please describe.
Currently Polymorphic Deserialization without type indicator can be done in different ways
**ID.DEDUCTION**
@JsonTy…
-
Error: Withdrawal error: Protocol error: platform deserialization error: unable to deserialize ConsensusError : UnexpectedVariant { type_name: "ConsensusError", allowed: Range { min: 0, max: 4 }, foun…
-
### Describe the bug
```rust
#[derive(Debug, Clone, Deserialize, Serialize)]
pub struct Record {
location: Option,
}
```
Serializing the struct above works but deserializing it gives me the…
-
### Environment (Required on creation)
The `wildfly/jackson-annotations` example: Repo: https://github.com/camunda/camunda-bpm-examples/tree/master/wildfly/jackson-annotations
The issue is present…
-
## What is the current behavior?
`PrerecordedResponse.from_json(result)` ([link to code](https://github.com/deepgram/deepgram-python-sdk/blob/7df7b270a530c00fac4ebd77e9581ddafebe2d9f/deepgram/clients…
-
### Reproducible example
```rs
use std::collections::HashMap;
use serde::{Serialize, Deserialize, Serializer, Deserializer};
use flexbuffers::{self, FlexbufferSerializer, Reader};
#[derive(Debug, P…