Fabio
Fabio
``` Processing files: retroarch-assets-2021+git0+ee33f8ef69-r0.noarch | error: File not found: /home/builderuser/retro-build-environment/build/tmp/work/all-poky-linux/retroarch-assets/2021+gitAUTOINC+ee33f8ef69-r0/package/usr/share/retroarch/assets/xmb/daite/png/Nintendo - Wii ?Motion?.png ``` Other errors related to Wii png assets follow. this is how it ends. ```| DEBUG: Python...
### Have you checked the GP2040-CE documentation [HERE](https://gp2040-ce.info/) to confirm this feature doesn't already exist? Yes ### Which problem is this feature request solving? I would like to be able...
### Have you checked the GP2040-CE documentation [HERE](https://gp2040-ce.info/) to confirm this feature doesn't already exist? Yes ### Which problem is this feature request solving? I have built a two player...
### Have you checked the GP2040-CE documentation [HERE](https://gp2040-ce.info/) to confirm this feature doesn't already exist? Yes. ### Which problem is this feature request solving? LCD screens are awesome, informative, and...
## Description Android devices. Haptic feedback/Vibration strength parameter is ignored ### Expected behavior the "Vibration strenght" for the touch input can be set between 0% and 100% in 5% steps....
I could not find any documentation about how to stream any music to a spotify connect device, nor I could find anyting in the sample configuration file. If that is...
Not an issue actually except eventually a documentation one. Nowhere I could find references to how much input lag can processing the input and sending the output can be introduced....
using ` jira issue list` to search for issues returns error code 1 no matter if the command fails for any technical issues (DNS error, host unreachable etc) or if...
### Code that causes the issue ``` @client.on(events.NewMessage(chats=junk_list, incoming=True)) async def handler(event): msg = event.message print(f"{event.chat_id}: {msg.message}") # debug try: await msg.mark_read() print(f"Marked message {msg.id} as read") except Exception as...