Bogdan Mircea

Results 9 issues of Bogdan Mircea

This crate is amazing for tackling a lot of boilerplate code and also ensuring variant name changes propagate to the trait implementations. I use `AsRefStr` and `EnumString` quite a lot....

Initial PR that removes all the `Send` trait bounds from various argument binding methods. While the argument buffer makes sense to be `Send` as it might be passed around, arguments...

breaking

### What type of bug is this? Locking issue, Unexpected error ### What subsystems and features are affected? Background worker, Continuous aggregate ### What happened? We use TimescaleDB and wanna...

bug

Some corners were cut when developing the tests for the `messages` crate during its refactor in the sense that the JSON was being composed off of already tested structs or...

good first issue

As part of the `messages` refactor some errors, mostly deserialization ones, were set as `String` in places like `FromStr` or `TryFrom` implementations. It would be idiomatic to create dedicated types...

good first issue

The attributes (`CredentialAttr` and `PresentationAttr`) could benefit from handling the `value` and `mime-type` pair in a different manner. Right now both fields are deserialized and handling would have to be...

good first issue

Adds the `transparent` attribute, usable with `AsRefStr`, `Display` and `IntoStaticStr`. This delegates the derived trait impl to the underlying (single) field of the enum variant. Implementing this for `EnumString` would...

I'm wondering if there's a particular reason why triples are preferred for the `l10n` extension in the `inline` strategy. Why not resort to maps for less duplication and simpler translation...

### What type of bug is this? Data corruption, Unexpected error ### What subsystems and features are affected? Compression, Policy ### What happened? I have two hypertables which we used...

bug