exquo

Results 67 comments of exquo

Upstream issue: urwid/urwid#225 Apparently, this is caused by terminal emulators printing some double-width characters as single-width. Related: https://stackoverflow.com/questions/54983257/curses-certain-emoji-flags-deform-terminal-output https://pubs.opengroup.org/onlinepubs/009695399/functions/wcwidth.html

Hm, can't reproduce. Although in my terminal that particular emoji does not seem to do any damage. But even an emoji like ❤️ that does cause the horizontal shift (as...

The issue seems to have been fixed since urwid v2.6.0 (https://github.com/urwid/urwid/commit/2f363f3daa1c3f4dd83e064ebeb5a7c05b0748e5). All the emojis that have previously displaced the layout don't cause the problems now. If there are still some...

Looks like #196 (which I have closed prematurely, apparently). I've assumed that all of the linked devices (including signal-cli) receive the "group-deleted" events, and remove the groups on all of...

> i haven't tried deleting a group while having scli synced yet It would not show up in signal-cli: https://github.com/AsamK/signal-cli/issues/1192 > But deleting a message remotely also doesn't work no...

In the meantime (until AsamK/signal-cli#1192 is implemented), groups can be deleted manually from signal-cli (while scli is not running): signal-cli quitGroup -g --delete To get groupIDs: `signal-cli listGroups`

Additional enhancement: implement per-account config files. This should be in addition to `--config-file`, so that the right file is automatically checked based on the account's phone number.

Related: signal-cli saves attachments for all accounts in the same dir, https://github.com/AsamK/signal-cli/issues/298#issuecomment-912973504

Currently not. There are plans to use a python emoji module like [this one](https://pypi.org/project/emoji/). It will give a full list of emojis that could be used by the picker. It...

Thanks for reporting! This must have started with signal-cli v0.11.0. Scli attempts to obtain the contacts' colors information from the `recepients-store` file, which has been replaced with a database. (Incidentally,...