Rouven Spreckels

Results 28 comments of Rouven Spreckels

Stats update: It's not blocking. DNS queries are indeed performed every 20 seconds. But the queries of the binary are never successful until running into timeout. I've also changed the...

> I think this may be a result of 192.174.68.104 being an anycast ip according to an inwx help document. Ahh interesting, that would explain the inconsistencies. So, it seems...

Of course... I picked the only other anycast address left :D I have chosen 46.165.212.97 now and suddenly it works. How can it be that trust-dns isn't working with these...

I had the same problem and could solve it by inspecting the error log. If you see `PHP message: PHP Warning: set_time_limit() has been disabled for security reasons in *OMITTED*/backend/Controllers/DownloadController.php...

I'm attempting to reduce rounding errors for functions accepting `E: RealField`: ```rust fn dummy_example(x: E) -> E { x.faer_mul_add(x, x) } ``` Is this already possible somehow?

Ok, at the moment I'm using `E: RealField + MulAdd` where `MulAdd` is my own trait and it works fine. But I thought this functionality is in general useful and...

I'm interested in something like this: ```json "nextcloud": { "groups": ["admin", "other group"], "groupAdminFor": ["other group"], } ```