Dominik Heidler

Results 48 issues of 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"...

enhancement

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...

Feature

### 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

### 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...

bug

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 &quote; in codebox ### To Reproduce Share code - e.g. ``` #!/bin/bash -ex wget -q -O/dev/null "https://codeberg.org/asdil12/$repo" ``` ![Image](https://github.com/user-attachments/assets/1665d613-a48f-47b6-8cb9-f7422fc7fd0b) ### What happened? ![Image](https://github.com/user-attachments/assets/44bccada-b7bf-474f-8364-a12d2ce7cf31) ### Expected...

bug