pajowu
pajowu
Actually, there is one thing I noticed we have to fix before we can merge this: If I build an app locally and start it, it shows an error message...
@tiangolo any update on this?
Hey, thanks for the quick reply. I was wondering about the `-1`. If I understand it correctly this would actually only produce clusterings smaller than the max number of speakers,...
oh nice, i haden't looked into the qtwebengine options. at least in my first simple tests i wasn't able to get the browser on the device to load the website...
And regarding borrowing functionality from the stock app: Yes, certainly possible, however copyright. Also I think I would implement some stuff differently
Hey, this sounds like a great idea, however I currently don't have enough time to implement it. This would also lead to us needing to update `signal-backup-decode` more often, so...
The actual MmsDatabase-Class is less interesting for the backup itself. The whole export [happens in the full backup exporter](https://github.com/signalapp/Signal-Android/blob/c4bc2162f23e0fd6bc25941af8fb7454d91a4a35/app/src/main/java/org/thoughtcrime/securesms/backup/FullBackupExporter.java#L137), which 1. [write some metadata to the backup](https://github.com/signalapp/Signal-Android/blob/c4bc2162f23e0fd6bc25941af8fb7454d91a4a35/app/src/main/java/org/thoughtcrime/securesms/backup/FullBackupExporter.java#L151-L154) 2. [copies the...
Sorry for the long wait, I added another comment to our inline discussion
Oh, interesting. This seems to be an issue when running `VACUUM INTO {OUTPUT_FILENAME}`. Which version of sqlite3 is installed on your system? Does the path you're exporting to include any...
It seems that `VACUUM INTO` was added in sqlite 3.27 (https://www.sqlite.org/releaselog/3_27_1.html). Could you try upgrading to a sqlite version newer than 3.27 an check if the issue still exists there?