boxdot

Results 80 comments of boxdot

I would propose to add an API for that in the lib but not to do it automatically. In CLI it can be opinionated though. Am 14.06.2025 14:33 schrieb Gabriel...

Just for the record: phone number is not required at all to run the app. Onboarding is implemented in #391 (starts when there is no config found). Encryption is mandatory...

I had to update `presage` real fast, and did not have time to adjust to their new API. Contacts are now sent via the output of the `messages` method (there...

How about adding a CLI argument, which enables this behavior?

For longer messages, especially those containing markdown or some code snippets, this is a quite useful feature. `Ctrl+E` is already bound to Message Editing, so a different shortcut is needed...

This is the underlying issue: https://github.com/whisperfish/presage/issues/229 Currently, unfortunately, we don't know how to approach it. I am trying to monitor on my client and see when it happens to collect...

Thank you for reporting this. I will look into it.

Fixed upstream in https://github.com/whisperfish/presage/pull/307. Integration of the fix into gurk tbd

Thank you. This is a known issue. Each line is counted as a message and therefore introduces an index error of 1.Am 09.03.2025 18:16 schrieb FVonFaschion ***@***.***>: Hi, I noticed...

We don't setup terminal colors at all. Instead we rely on `crossterm` backend to do the correct setup for us. I just tested the qr code rendering with the latest...