Christian Weiske

Results 301 comments of Christian Weiske
trafficstars

It happened again, and the info window shows: ``` Address: CD:8C:5B:81:65:E7 AddressType: public Name: StadiaLJ5L-65e7 Alias: StadiaLJ5L-65e7 Class: 0x000000 Appearance: 0x03c4 Icon: input-gaming Paired: yes Trusted: no Blocked: no LegacyPairing:...

Manually connecting with `bluetoothctl` did not give me a gamepad, but after disconnecting and reconnecting via blueman the device was detected as controller, this time with the correct UUIDs: ```...

I would suggest two things: 1. Provide a way to connect to the controller. Currently with blueman I can only remove the controller and pair again, which is a hassle....

`User|null` should not be used as it is [supported with PHP 8.2+ only](https://www.php.net/manual/en/language.types.declarations.php): > 8.2.0 The types [null](https://www.php.net/manual/en/language.types.null.php) and [false](https://www.php.net/manual/en/language.types.value.php) can now be used standalone. Using `?User` is better since...

"Gallerie" is wrong. "Galerie" was correct.

I just tried to install all dependencies on a new debian 12 linux machine and found that I couldn't install `pdfrw` with `apt` anymore. This package is unmaintained and has...

Regarding testing: Maybe convert the pdf generated by the test into an image, then convert the expected pdf into an image and use an image diff tool to see if...

We could do low resolution comparison to get around pixel problems. When changes are made that affect the output, the expected pdfs could be regenerated.