Sebastien Guillemot

Results 170 issues of Sebastien Guillemot

Elo hasn't been visible for a long time, so it shows ranking for users now. It also fixes that it wasn't able to pull summoner levels I also got rid...

Fix #91 Currently this fails with the following error that I don't really understand ``` error[E0308]: mismatched types --> src/lib.rs:654:37 | 654 | deser_test(&CborInCbor::new(Foo::new(0, String::new(), vec![]), 9)) | --------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...

#50 adds support for the `.cbor` notation It does so by having `foo = bytes .cbor bar` simply make foo be an alias for bar at the type level and...

bug
CDDL feature

I'm not sure if there is a good way to codegen this, but the current codegen logic will not explicitly generate `serde::Serialize` & `serde::de::Deserialize` traits for types even if they...

bug
CDDL feature

Some types such as addresses require a custom to/from json that converts them to base58 or bech32. It would be nice if there was a way to get the codegen...

CDDL feature

Currently in `parsing.rs` we have two places where we use `apply_type_aliases` because we don't order definitions via a dependency graph It would be nice to remove this, but this depends...

Quality-of-life feature

Not sure about floating point spec in CBOR vs floating point implementation in Rust. Additionally, I'm not sure if we support float types at all in the first place such...

enhancement
help wanted

It was added to the cddl crate in version 0.9 as well https://datatracker.ietf.org/doc/html/draft-ietf-cbor-cddl-control-01#section-3

CDDL feature
help wanted

It was added to the cddl crate in version 0.9 as well https://datatracker.ietf.org/doc/html/draft-ietf-cbor-cddl-control-01#section-2.2

CDDL feature
help wanted

It was added to the cddl crate in version 0.9 as well https://datatracker.ietf.org/doc/html/draft-ietf-cbor-cddl-control-01#section-2.1

CDDL feature
help wanted