rushii
rushii
I'm trying to get autocomplete for discord.js however with this config it doesn't work I assume the `dontLoad` overrides the `loadEagerly` however i dont want autocomplete for all the packages...
**Describe the bug** Typing indicator not shown on thread channels in the channels sidebar. **To Reproduce** Steps to reproduce the behavior: 1. Have access to a thread 2. Join the...
Ktor 2.0.0 dropped about a month ago and it's incompatible with Ktor 1.5 so an upgrade would be useful
If you do not have nitro all the emojis from other servers are grayed out in the emoji picker. Not sure where to edit the plugin to submit a pr...
This addresses issue #25877 Originally when popping in, the ReplayPlayer was loaded first (if previous screen was MainMenu), and afterwards the SkinEditor component was loaded asynchronously. However, if the ReplayPlayer...
On cursor sizes below 0.3x it becomes exceedingly difficult to quickly locate and then accurately click the resume cursor on the pause overlay as it could as big as a...
As per [this](https://discord.com/channels/188630481301012481/188630652340404224/1187604735574954014) discussion in the discord, this PR changes the `HoldForMenuButton` to never appear on non-touch devices until the cursor is nearby, and on touch devices it will retain...
Addresses #26135 When the playfield is shrunk with mods such as BarrelRoll, flashlight does not account for this, making it significantly easier to play. This makes it scale along with...
Personally I love this library and use it in all of my projects however recently the question has come up of eventually support multiplatform (desktop, ios, etc.), however this does...
**Existing Functionality** Currently there is only a forward iterator for `Segments` even though it is backed by a known size slice. https://github.com/SergioBenitez/Rocket/blob/f1f533c1e5b0df5b44877d7cca39fb0f596a21b6/core/http/src/uri/segments.rs#L279-L295 **Suggested Changes** Add a `DoubleEndedIterator` implementation to `Segments`...