Richard Steinmetz
Richard Steinmetz
It seems like libmpv-rs is a bit outdated and its last release was over 2 years ago. This issue can be fixed by building libmpv-rs from git. I tested by...
/backport to next
Please try to disable all other image providers first. The Imaginary provider should be the only enabled one. Have a look at the configuration example from our [documentation](https://docs.nextcloud.com/server/latest/admin_manual/installation/server_tuning.html#previews): ```php
The current logic will try to regenerate the preview again and again when it fails. We would need to implement some kind of detection logic for encrypted PDFs for this...
Is User 1 in Group B and thus de-duplicated? Or maybe the missing user does not have an email address?
Superseded by https://github.com/nextcloud/calendar/pull/6662
So I dove into `gettext` and found the root of this problem. Every msgid inside a PO file *has* to be unique. In calendar there is an ambiguity between "second"...
I implemented a whacky solution at #6752.
> Do I understand correctly that you have changed the plural function to pure plural? Yes, the plural is now always used in the reminder select. Now, two distinct strings...
Hmm, I just realized that we will need to add context now. The first term `second` refers to the second event in a series but the second term `seconds` refers...