Scott Lessans
Scott Lessans
This pull requests adds support for generics in the `debug_handler` macro as described [here](https://github.com/tokio-rs/axum/issues/1253). ## Motivation https://github.com/tokio-rs/axum/issues/1253 ## Solution I added a `Specializer` type that is able to produce all...
## Bug report **Required Info:** - Operating System: - Mac OS X, Ubuntu 18.04 - Installation type: - binaries - Version or commit hash: - dashing - DDS implementation: -...
**Describe the bug** `SwiftGraphqlClient` maintains an active state dictionary, which is concurrently accessed by multiple threads if used via async/await. Since each async function in swift is dispatched to an...
This PR fixes the following bugs in the processing of enum names: 1. the snake_case conversion function did not properly handle names with all uppercase eg `DESC_NULLS_LAST` was being converted...