Alex Lance

Results 35 comments of Alex Lance

I ended up taking the `while true` (well actually, `until true`) approach of making the containers automatically restart themselves: restart.sh: ``` #!/bin/bash set -euo pipefail # Wrapper script to ensure...

I've just installed the latest version of Signal - and I'm getting a different experience when I try to run the export - the signalbackup-tools application isn't having any luck...

Thanks @geeohgeegeeoh - I've made an issue over here: https://github.com/bepaald/signalbackup-tools/issues/131 and once that's sorted I'll run a test using the fix you've made.

Was there anything in the log output about it? The thing that sometimes seems to happen is that there is a member of the group who is no longer a...

Ok there's a function in the python code called: xml_create_mms_part. If you delete it (it's on line 155) and replace it with this (careful with the indentation) ```python def xml_create_mms_part(root,...

Yikes. Anything in the logs that describes why it's segfaulting?

Yep if it's version 5ish of Signal, then use the master branch. From version 5 to 6, there were changes to the database like: mms.address became mms.recipient_id mms.msg_box became mms.type...

Perhaps come up with some brief user-stories? It is a good idea to keep the issues in this tracker as specific as possible. Eg: Bob wants an alloc project to...

That sounds awesome. Definitely happy to talk this one through :)

I'm scratching my head as to what the integration actually would do...