kangalio

Results 208 comments of kangalio

Actually, isn't this a breaking change? We publically expose simd_json types, for example in the `serenity::json` module I believe the PR should be retargetted at next

I think we can close this PR, there hasn't been activity on bumping the simd-json to the new latest version so the PR is outdated

> i have seen it on other libraries such as python's hikari, that log how many sessions you have open of the bot. @vicky5124 Where in hikari have you seen...

I see. But that count of open sessions resets after `reset_after` milliseconds. In [Discord's example payload](https://discord.com/developers/docs/topics/gateway#session-start-limit-object-session-start-limit-structure), that's 14400000 which is 4 hours. So, this approach can only detect multiple sessions...

Here's the function which updates the cache and returns the old voice state https://github.com/serenity-rs/serenity/blob/27d89a62e24601babb7478c7cb13ab57c37422c2/src/cache/event.rs#L701-L719 As you can see, the current guild must be in `cache.guilds`. Guilds are cached from the...

I'm not sure I understand what you mean. So there's crates - `bot`: depends on `library`, depends on `serenity` with feature "rustls_backend" - `library`: depends on `serenity` with feature "rustls_backend"...

This issue can be closed, this is a classic case of missing MESSAGE_CONTENT

> > ``` > > 1. Shorthand functions for Pos: `Pos::top_right`, `Pos::bottom_right`, `Pos::bottom_center` etc.. > > ``` > > What is this particularly for ? Since we have positioning enums...

Oh now it apparently is It wasn't in 0.3.1 https://docs.rs/plotters-bitmap/0.3.1/plotters_bitmap/?search=BitMapBackendError Would be nice to add this to the 0.3.2 changelog