-
### Category
Error message improvements
### Describe the feature you'd like to request
When serde-json reports a JSON parsing error, we might see an error message like
```
× failed to parse …
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
I am running against v0.1.0.
I have a type definition in the json schema called `ResourceDescriptor`. It should require at least one of `content`, `digest`, `uri` fields to be set. However, what I…
-
### Describe the bug
Hey hey,
I've noticed that integers are returned correctly. However, when I retrieve a float (decimal) from the DB, it gives the following error:
`failed to deserialise; expe…
-
### Feature scope
Taps (catalog, state, stream maps, etc.)
### Description
Speed of writing messages can add up when you are dumping a large amount of data. One of the things in the original …
-
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
Currently, to deserialize a StructArray from JSON, you need to use a JSON Object. E.g., de…
-
The crate [serde_tuple](https://github.com/kardeiz/serde_tuple) seems to be abandoned and I think its functionality would be a good fit for this crate.
Basically it omits the field names when (de)…
-
`example.json`
```json
{
"Name": "some name",
"Enums": [
"First",
{
"Second": "test"
}
]
}
```
`main.rs`
```rs
use config::{ext::*, *};
use serde::Deserializ…
-
Oopsy?
![image](https://github.com/user-attachments/assets/50811f8e-f027-4394-90d4-c733e8d9b68d)
See: https://rustytube.rs/player?id=5ZJCDbszAE4
-
Hi, i could not find the reason on gh issues or in other places,
what is the current limitation that prevents an implementation that is able to Serialize/Deserialize rust non C-like enums?
is that …