Kai Krakow

Results 1209 comments of Kai Krakow

Same here, the install has always been native Gitea... If a fork doesn't allow PRs, you cannot view PRs submitted for the parent repository.

@orbea Could you check if this is still an issue with the latest versions of SDL2 and xpadneo? If you cannot use SDL2 release candidates, you'd have to wait for...

> When it connects with remote key presses, `evtest` shows only 2 inputs instead of 3 as in **OK** test > (`Remote Consumer Control` **is missing**, except in cases marked...

`BTN_BASE` is from the joystick range, not from the gamepad range. I only send `KEY_F12` in a secondary input device which acts as a keyboard. Using it as part of...

I haven't made up my mind yet. Currently, xpadneo uses multi input device mode, exposing exclusively gamepad buttons in the gamepad subdevice (excluding the guide button because it's technically not...

> @TheLinuxGuy , @studyfranco It might be worth for you to have a look at the Btrfs preferred metadata patches. [kakra/linux#26](https://github.com/kakra/linux/pull/26) > > They do not explicitly deal in tiers,...

> This is a very good begin. But, my use case (and my proposition) is more complex. > I have a hybrid system, and BTRFS with this feature will be...

@BoukeHaarsma23 I fixed the CI bug, there was a superfluous `A` in `MODULE_PARAM_DESC` where it really should be `MODULE_PARM_DESC`. No idea why my local compiler just accepted it (and yours...