Hennadii Chernyshchyk
Hennadii Chernyshchyk
It would be great to have a concept of buffers inside Renet. Buffer is just `Vec`. Buffers can be "available" (the buffer is already acknowledged in reliable channel or was...
> we mostly delegate to it. The way Renet uses it, there is not much help from `Bytes`. User can preallocate `BytesMut` to write something, but after calling `freeze` to...
After some thinking I have an alternative proposal: Copy all data passed to `send_message` and use buffers under the hood (reuse the memory). This approach is much simpler and still...
@theol0403, thanks! @asvetliakov, maybe made this shortcuts by default? By default `` and ` works in Neovim for search too.
Thank you a lot for the explanation! Will open an issue in Retroarch. And looking forward to 0.11. I currently use `sudo rmmod hid-xpadneo` as a temporary workaround when I...
Tried "Switch" mode and the button is also recognized as `BTN_MODE`, but works correctly in Retroarch, so you are right, looks like they looking for the device ID. Am I...
> Ahhh wait! You mean the Switch hardware emulation mode of your controller... Yeah, that proves my point. Our driver currently doesn't support this controller mode, so you're not using...
Sorry, closed it accidentally. I assume that you wanted to keep this open as a remainder for 0.11.
> You can test that with gamepad-tool The Guide button works in `gamepad-tool`, yes. But not in Retroarch. I use Archlinux, so I have the latest versions of everything.
There is a setting in Retroarch to use SDL2. But it set to `udev` by default. So it's definitely a bug in Retroarch. Thank you a lot!