Gabriel Féron

Results 87 comments of Gabriel Féron

Thanks for your insight. I believe if you decide to make it happen, publishing `libsignal-protocol` and `zkgroup` only would already be really useful.

> @gferon You have experience with Fedora, right? I do, it should be relatively straightforward. Two things I'm not too sure of: * I seem to remember that Debian packages...

Thanks for your interest in packaging this. We have two main problems with packaging at the moment: * We depend on libsignal, which is the official library from the Signal...

What I meant by that is the applications just stop working because of changes in the servers.

Another example is registration and linking, and more recently additional http statuses for error handling, that had to be repeatedly fixed. New features also became required, like sealed sender messages.

> I've added a WIP minimal example of showing an image Neat! I believe you should try to plug your patch next to https://github.com/boxdot/gurk-rs/blob/6589bc0e5e123f2cfa1fdfabc0592676d8f2d530/src/ui/draw.rs#L488 which prepares the `ratatui` `ListItem`. You'll...

> We can take a look how Signal Desktop is actually doing it. It shows an indefinite progress bar with a message "syncing contacts" while waiting for the first few...

It is indeed fixed, but I also need to slightly modify the API call made in presage. I'll open a PR tomorrow.

> we should install a CI step that checks whether the database update is a legitimate update. Done!