Helmut K. C. Tessarek

Results 263 comments of Helmut K. C. Tessarek

For anyone who's running into the same issue, here's a fix: ```diff --- include/common.inc.php.orig 2021-12-07 00:19:43.456348537 +0100 +++ include/common.inc.php 2021-12-07 00:21:41.602356432 +0100 @@ -8,6 +8,15 @@ defined('PHPWG_ROOT_PATH') or trigger_error('Hacking attempt!',...

Unfortunately this is still not fixed. This is how it looks like on macOS 10.15.7 with Jiggler 1.9: ![image](https://user-images.githubusercontent.com/64483348/129318199-4ad2b49c-a47f-49d4-abcf-280a5e0aa17c.png) Once again, this is not important, just surprising that the issue...

You are welcome. However, I am not sure whether the current tests are valid in the first place. You check only domain names for IPv6, not if IPv6 is actually...

Additionally, I am not sure what this code is supposed to do? Are you trying to find local link addresses? In that case https://github.com/nextcloud/server/blob/c5ffd7ce32a74c06dddd55652edea5c896ee9b3d/lib/private/Http/Client/LocalAddressChecker.php#L40-L43 is wrong. Someone did not understand...

The description in the PR has no useful information. If you are looking for a private IP range, it is wrong. `192.168.0.0/16` is a correct private C-class net. If you...

Thanks a bunch for the explanation. I just want to say that disabling ipv6 on the OS level and/or not compiling ipv6 support into PHP is not that uncommon. The...

I could reproduce this. The Live Editor shows it [correctly](https://mermaid.live/edit#pako:eNpFj70KwzAMhF_FaM6QpYu3QtZO3YoWESuJqW0ZR6aUkHev0xYy3nc_cBuM4hgsZM9mXeQ1kJLBhKpeA5trCjRzlqKTBC-HgdAg-4UTgjWXvu__9Kn-ZNBB5BLJuza-YTIGQReOfAQQHE9UQ2th2luUqsr9nUawWip3ULMj5cHTXCiCnSisjWZKD5FTs_Mq5fY78P2xfwDtv0a5).

This is a weird one. e.g. backspace works when ssh'ing to my Linux server and running joplin there. When I run Joplin cli on my macOS, I have a problem...

Still not sure why this happened "all of a sudden". It has worked for me for a long time. Then at one point, it didn't. This is why I think...

I can't run an AppImage on macOS. ;-) I'll test the PR after work (probably in 3.5h). I've noticed the error yesterday and opened the issue today before checking the...