Tom Andrivet
Tom Andrivet
I am Swiss and I would like to be able to generate a QR Invoice (the Swiss system for invoices in force since 2021). After generating an invoice, the system...
#### Description Currently Jellyseerr makes it possible to launch the media on Jellyseer (or plex) on the web but in the case of a mobile or a tablet, there is...
Same as #174 and #173: ```json { "envelope":{ "source":"+490123456789", "sourceNumber":"+490123456789", "sourceUuid":"", "sourceName":"", "sourceDevice":1, "timestamp":1632576001632, "serverReceivedTimestamp":1632576001632, "serverDeliveredTimestamp":1632576001632, "syncMessage":{ "type":"CONTACTS_SYNC" } }, "account":"+49987654321" } ``` Causing crash of the parser. ### Changes...
An other bug like #173, after updating the bot and the API, my bot ended up with new messages (it seems) and the signalbot code itself doesn't know how to...
After updating the bot and the API, my bot ended up with new messages (it seems) and the signalbot code itself doesn't know how to handle them: ```log signal-bot-1 |...
Add support for FT2232H chip (e.g. Digilent Nexys Video). Previously, the code implicitly assumed an FT2232C. When connecting to an FT2232H, extra GPIO pins (notably `ADBUS4`) were incorrectly configured as...