Dominik Heidler
Dominik Heidler
### Feature Description A button in the android notification that allows to mark the message as read. ### Rationale Android Apps like element or WhatsApp have a "mark as read"...
Ticket: https://progress.opensuse.org/issues/130420
I realized that some existing hack week projects like https://hackweek.opensuse.org/24/projects/create-tool-for-managing-rpm-package-signing-keys do not look that nice, because the ``` ` ` ` (imagine without the spaces) ``` for code blocks are...
### Bug Description When sharing a file with fluffy, last open channel is shown instead of sharing dialog. Then you have to go back twice (closing the channel and then...
### Bug Description To get them, you have to go back to channel list and open the channel again ### Steps to Reproduce See above ### Expected Behavior New messages...
When giving `undef` as a param, autodie generates a warning about using an `undef` as part of a string concatination. ``` $ cat /tmp/f.pl #!/usr/bin/perl use autodie ':all'; syswrite(undef, "foobar");...
This is especially useful within distro build environments Make sure these boxes are checked! 📦✅ - [x] You have the latest version of `rustfmt` installed ```bash $ rustup component add...
### Describe the bug Unexpected "e; in codebox ### To Reproduce Share code - e.g. ``` #!/bin/bash -ex wget -q -O/dev/null "https://codeberg.org/asdil12/$repo" ```  ### What happened?  ### Expected...