Hannes Erven
Hannes Erven
I think I am experiencing the same issue. All of my automatic updates were in "waiting for free wifi", so I set my home wifi to "treat as free" and...
> Nextcloud Android 3.16.1 on Pixel 4a 5G running Android S (beta); TLS 1.3 only 21.0.2 Nextcloud server running on FreeBSD 12.x with PHP 8.0, the issue is still here....
So there's another PR #1443 with a different approach.
Updated the PR to use `TokenQueue.unescape` to remove the escape characters, and added a flag to only do it when an escape char was detected in the loop.
After upgrading Ubuntu from 20.04 to 22.04, and hence SOGo to 5.5.1 as you mentioned, I run into the same issue. I tried to delete some of the affected events,...
Hi @aluxnimm , I have about 60 items in my calendar that constantly raise this exception. I'll attach one of the files linked in the exception report. There is one...
> And the error triggers every sync run with the same events or different random ones? Yes, there's always "60 load errors" and "1 entity sync error", with every sync....
Consider this example: ```css @media print { @page {size: a4} body {background: none} } ``` The validator will currently show: ```css @media print {} @page {size: a4} body {background: none}...
At https://github.com/Handig-Eekhoorn/css-validator/tree/heek-nested-blocks-fix-issue-182 is a first try to make `Stylesheet` and `CssRuleList` aware of nested `CssRuleList` blocks. I've only added a `List newGetRulesTree()` to `Stylesheet` and `List getStyleRulesTree()` to `CssRuleList`. I...