Daniel
Daniel
It would be nice to have a ligature for "fi" and "fl" which I think would help with legibility in long texts. Maybe it was an stylistic decision to not...
### Describe the Bug The Mouse input event defines four functions: - `client_x()` - `screen_x()` - `x()` - `offset_x()` all of those return i32 values, which is not really correct....
According to the AMQP 0.9.1 docs (https://www.rabbitmq.com/docs/publishers#message-properties), there's a message property called "type". I'm currently integrating against a 3rd party provider that requires this property for routing. It seems though,...
I've just noticed that this crate is using the default `Deserialization` contract of schemars for `OperationOutputs` such as for `axum::Json`. This is incorrect but has probably gone unnoticed until now,...
fixes #250 Note that this PR also contains fixes that were overlooked by me when I created the "upgrade to schemars 0.9.x" PR, namely crate features that I forgot to...