bjoernv

Results 10 comments of bjoernv

I have a different IOException on Fairphone 3 (Android 10): ``` 03-14 22:51:46.159 24132 24155 E yubioath: Error reading NDEF tag. 03-14 22:51:46.159 24132 24155 E yubioath: java.io.IOException 03-14 22:51:46.159...

For me Yubico Authenticator works correctly since several months. A remaining problem is sometimes, that the QR codes contain a too long "Issuer" name. Then "Add account" button becomes inactive....

The issue does not occur with UTF-8. Try a Cyrillic 8bit code like ISO-8859-5. This is an example email: [cyrillic-ISO-8859-5.txt](https://github.com/nextcloud/mail/files/12441116/cyrillic-ISO-8859-5.txt) ![image](https://github.com/nextcloud/mail/assets/6728426/5a6e5846-b871-4f6d-8b08-bda5c6b9fd9a)

FreeBSD ports use this repository now for mail/php7[2-4]-imap: ``` 20200713: AFFECTS: users of mail/php7[2-4]-imap AUTHOR: [email protected] The imap module of PHP was compiled against cclient till now. But this lib...

> Maybe the "about" page doesn't reflect that... But it supports it. I found the outdated information here: https://janbar.github.io/pvr.mythtv/ The add-on info itself contains MythTV 30 support ("MythTV frontend (up...

> This is fixed by commit [d01b9d7](https://github.com/OpenVPN/openvpn/commit/d01b9d751d6a5b4dc3737b339ec1ca5c23705243) and will be in 2.6.3. Yes, I tested successfully with this patch.

This PR does not seem to solve this use case: https://github.com/nextcloud/desktop/issues/6863#issuecomment-2303025766

In my case (Nvidia driver 545.29.06) resume sometimes works, sometimes not. nvidia-hibernate.service, nvidia-resume.service and nvidia-suspend.service are enabled. "dmesg" shows one failed resume action: ``` $ dmesg -T | grep PM:...

If Nextcloud really needs to make a file writable, then the umask setting should be used. E.g. if umask is 0022, the Nextcloud must not set a file writable to...

@ltoenning wrote: > Maybe this is caused by the the following change: > > https://github.com/nextcloud/desktop/pull/6853/files#diff-a0c50fd8b42d2ffff94466bbbf73b51fcd4aa01e607c278682a53e520bcf8c96L460-R459 > > where `writePerms` equals to "owner", "group" and "others" write permssion? During debugging I...