-
I have a property definition like below with an example hexadecimal string, because the example field is not quoted the swagger UI interprets this as a decimal string instead of the raw hexadecimal st…
-
### Checkboxes for prior research
- [X] I've gone through [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide) and [API reference](https://docs.aws.amazon.com/AWSJav…
-
0.99.6-nightly (2018-10-18 750b252)
### Before
```rust
extern crate serde; // 1.0.78
extern crate serde_json; // 1.0.27
extern crate serde_derive; // 1.0.78
```
### After
```rust
exte…
-
It would be nice if this worked:
```py
from enum import Enum
from serde.json import to_json
class MyEnum(Enum):
FOO = 'foo'
BAR = 'bar'
my_dict: dict[MyEnum, str] = {
M…
-
```
use rmp_serde::Serializer;
use serde::Serialize;
extern crate rmp_serde;
extern crate serde;
#[macro_use]
extern crate serde_derive;
#[derive(Debug, Serialize, Deserialize)]
#[serde(re…
-
I have a pretty simple example of a generic impl that I am very excited to use typetag to deserialize eventually, so thus I would like to open this issue as a friendly reminder of the limitation :-)
…
-
Minimal reproducible example below. Note that the second you change `u128 -> u64`, the test passes.
```rs
#[derive(serde::Serialize, serde::Deserialize)]
#[serde(rename_all = "snake_case", untagg…
-
Currently, the provided `serde` implementations in this crate encode byte data as arrays. This causes very ugly output when using text-based formats like JSON or TOML, which encode an array of the nu…
-
This is what happens when attempting to install bittensor-wallet via pip on Python 3.13 on Darwin. Same error is encountered using `uv`.
```
⚡ pip install bittensor-wallet
Collecting bittensor-wa…
-
See: https://rqlite.io/docs/api/api/#blob-data
Could this crate have support for Blobs ?
Typically `Vec`
Thank you for this very cool crate !
PS: (I have no idea if it it hard, but no using as…