Results 6 issues of Patrick

### Current Behavior The font is pixelated and i get this GTK error: `Cemu_relwithdebinfo:23): Pango-CRITICAL **: 07:47:31.365: pango_font_description_set_size: assertion 'size >= 0' failed` ![immagine](https://github.com/cemu-project/Cemu/assets/56410215/a5a497c8-4acd-462a-95df-e159158b59e5) ### Expected Behavior ![immagine](https://github.com/cemu-project/Cemu/assets/56410215/4baff842-6647-40de-98cb-c0c6dda1914b) ### Steps...

bug

``` Error failed to get cargo metadata: cargo metadata command exited with a non zero exit code: cargo: /nix/store/jv2p6cmx23ihj5y4r98wnn2nmv4qhfh5-openssl-3.0.14/lib/libssl.so.3: version `OPENSSL_3.2.0' not found (required by /usr/lib/libcurl.so.4) cargo: /nix/store/jv2p6cmx23ihj5y4r98wnn2nmv4qhfh5-openssl-3.0.14/lib/libssl.so.3: version `OPENSSL_3.3.0'...

help wanted

Fixed systemctl unit files with correct paths

My output: ``` 410C189F 2 ((A*256)+B)/4 07:13:43.740 D Engine RPM : 0.0 07:13:43.741 D 0.0 rpm ``` My code: ```kotlin for (i in 0..1000) { val pid = checkNotNull(PIDUtils.getPid(ObdModes.MODE_01, "0C"))...

Using a custom storage like the following Python does not call the setter method, not saving anything inside the database ```python class DbStorage(BaseStorage): def __init__(self, *args, **kwargs): super().__init__(*args, **kwargs) session...