Davide Depau
Davide Depau
This issue tracks progress on the background worker service refactoring, which should help me implement the planned features more easily by making the app more modular. ## New project structure...
`dmg2img` could be turned into a library, patched in order to read it's input using Android's Storage API and used through JNI. This way a DMG image can be provided...
In the following lines https://github.com/vmatare/thinkfan/blob/6f294483da5c426f1bee0eb7f46302113aca51e9/src/drivers.cpp#L196-L198 Thinkfan tries to open and write to `pwmX_enable`. However, not all drivers provide this file. For example, `pwm-fan` which can be used to drive a...
## Description Like many people I was experiencing a "Something is wrong" SteamVR message with error code 303. After some debugging and reverse engineering of steam's `vrcompositor` I determined that...
Forwarding here from https://github.com/EtchDroid/EtchDroid/issues/117 ### Problem The affected users seem to be running Samsung's downstream ROM "OneUI" version 3.0 or later. I was able to borrow a devices with OneUI...
Forwarding from EtchDroid: https://github.com/EtchDroid/EtchDroid/issues/130 Not really an issue but I'm bringing this up since someone reported this. It might make sense to support the 16-bytes command set to support larger...
This introduces QEMU tests on GitHub Actions. Since GH Actions doesn't support nested virtualization but Travis does, but also Travis doesn't support multiple workflows, I would convert the existing travis..yml...
**Describe the bug** ``` Sun Apr 17 2022 14:33:49.872257 - HMD deviceUUID is 2500000000 Sun Apr 17 2022 14:33:49.872307 - Looking for direct display through RandR Sun Apr 17 2022...
When `customFilter` is set and no files of that type are available on the device, an empty list is shown. This may be confusing for some users, who might just...
The default `matchesItemType()` method used for `simplelight` accepts items with a matching group type, not just the type: https://github.com/openhab/openhab-google-assistant/blob/16b6fc498a11903a60ca9cfc9d7e0a719329c8dc/functions/devices/default.js#L34-L39 This "randomly" (depending on the device types list order) prevents `SpecialColorLight`...