Benjamin Früh
Benjamin Früh
I opened a PR with minimal changes, both lowering FETCH_INTERVAL_INVISIBLE and increasing messageReconnectTimeout to harden it until a better solution is implemented. https://github.com/nextcloud/text/pull/7822
https://github.com/nextcloud/text/pull/8005
After more detailed debugging of the undoManager, I found the root cause and also was able to find a solution. Closing this PR and creating a new one with a...
Fixed in https://github.com/nextcloud/text/pull/8063
Hi @enjeck, I think filters on meta-columns (IDs -1 to -5) are currently causing issues. This could be related to the change in line 316 in this recent commit: https://github.com/nextcloud/tables/pull/1866/commits/12638a8054aba27a3d8f1e0763636dd26ddc2fac#diff-4cfcdf93ee32c8ecd9188d2b8cb6e58fd1089c1dbe0d0f4c41ad324ec42e18bcR316...
@enjeck I think the TLD should remain optional, since a valid URL does not necessarily need one. In networks environments it's common to have short hostnames without a TLD or...