Results 10 comments of dirdi

This would be a really nice feature. Unfortunately my C skills are very limited, so I can not provide a PR. However, I wrote this short BASH script that does...

Was not able to reproduce, either. I suspect this is not a scrot bug, but rather a filesystem issue. @teapat would you mind to append the following information to your...

This is already scriptable. The following command takes a screenshot of (and only of) the first monitor: ``` scrot -a $(xrandr | grep '\Wconnected\W' | grep -Po "\d+x\d+\+\d+\+\d+" | sed...

> Will a fix be included in the next nextcloud release? > Or is there something planned for a future release? Since there has not been reached a consensus about...

Stubby does not support DoH (DNS over HTTPS), yet. Hence, what you request is impossible to achieve with recent version of stubby.

I also stumbled over this bug and documented my findigs over at https://forum.collaboraonline.com/t/adding-fonts-to-collabora-online-causes-segfault/1493.

Last time it was possible to edit an PHP file and set the number of announcements that will be loaded by default to a high number.

I do not remember \o/

Bug is still present on 6.5.1. Current workaround: ```--- AnnouncementMapper.php.bak 2023-03-02 03:11:46.000000000 +0100 +++ AnnouncementMapper.php 2023-03-04 12:32:55.000000000 +0100 @@ -84,8 +84,7 @@ $query->select('a.announcement_id') ->from($this->getTableName(), 'a') ->orderBy('a.announcement_time', 'DESC') - ->groupBy('a.announcement_id') -...

[ot] @nickvergessen my primary intention was to provide an updated workaround, since the old one stopped working. Sorry for the noise. [/ot]