Schmiddiii

Results 18 issues of Schmiddiii

The playback speed should probably be persistent in between videos. A preferences-area similar to `Volume` would also be beneficial.

enhancement
API

**Bug description** The signature of [`gio::content_type_guess`](https://gtk-rs.org/gtk-rs-core/stable/latest/docs/gio/fn.content_type_guess.html) has the type of `data` as `&[u8]`. The same documentation, and also [the gio documentation](https://docs.gtk.org/gio/func.content_type_guess.html) mention that `data` can be `None`. So a better...

bug

This fix allows for multiple language servers at once which support workspace commands. This was previously broken as just the first language server supporting workspace commands was queried when listing...

A-language-server
S-waiting-on-review
A-command

Note that this repository has been moved to [GitLab](https://gitlab.com/schmiddi-on-mobile/pipeline). Please do not open any more issues here. Any old issues have been imported to GitLab, new issues will only be...

This prevents a few nice-to-have features of clients, e.g. notifying only messages which have not yet read or needlessly reordering the channels a lot when there are many messages to...

See https://gitlab.com/schmiddi-on-mobile/flare/-/issues/204. Not that high priority. Not sure why that happens, we must do something slightly differently compared to Signal Desktop.

Currently does not work due to an issue on the secondary-side: ``` ProvisioningError(InvalidData { reason: "missing client UUID" }) ``` The code was mostly copied from what Whisperfish is doing....

Signal now supports the deletion of contacts since a few versions (see https://github.com/signalapp/Signal-Desktop/releases/tag/v6.37.0). Currently, it seems like deleted contacts are still synced to presage and can be queried from the...

I am getting repeated mentions of an issue that some messages don't get delivered to the main device (note: not only in note-to-self but also with contacts and groups), leading...

From testing in the Whisperfish room, one gets a `404` when sending a message to a room with a group member that disappeared. As @rubdos mentioned, `presage` should maybe handle...