Trevin Miller
Trevin Miller
Using `exchange_code` against the Discord OAuth endpoint results in a response of `invalid_client`. Outputting the `exchange_code` return value gives: ``` CodeTokenRequest { auth_type: RequestBody, client_id: ClientId("-redacted-"), client_secret: Some(ClientSecret([redacted])), code: AuthorizationCode([redacted]),...
Is this intended? I mean, I guess if you wish to retain renaming, it makes sense, however unless a user has renamed a node, it should be updated on next...
Not exactly an issue, but a feature request. I'm using this library in an attempt to build a sort of visual programmer for my quest system, however the lack of...
If you export an animation from After Effects with the layers the exact same length as the animation (i.e. 3 second animation time, each layer takes up 3 seconds of...
This was noticed in version 23.1.21 however is still occurring in the latest version (23.3.3). When decoding a flexbuffer where the root element is a vector, it fails to decode...
When using `ToSchema` with a unit struct, it generates a call to `utoipa::openapi::schema::empty()` without including the summary or description. This can be bypassed by using `{ }`, but this has...
Currently if you update the `flightShuttleBuilder`, it does not update the underlying tracker to use the newly provided callback as it's only read once on `LocalHero`'s `initState()`
I'm not seeing any real reason for (for example) [HopSlotMap](https://github.com/orlp/slotmap/blob/c905b6ced490551476cb7c37778eb8128bdea7ba/src/hop.rs#L148) to have a `Key` bound on the generic `K`. This is against the general Rust style guide as it leads...