max-nextcloud
max-nextcloud
> And I didn't see the test in question failing on `main` branch since then. Cool. As long as it stays green we're good then i guess. Otherwise we know...
  Server log is probably unrelated - maybe from a retry: ```json { "reqId": "XNUpWmg1ATmxO2rATg7u", "level": 3, "time": "2023-12-21T05:51:19+00:00", "remoteAddr":...
running the last passing commit of text with the latest commit of server stable27 passes: https://github.com/nextcloud/text/actions/runs/7104754058/job/19905039693 At the same time the current state of text with the last passing commit...
> is this something to rather do in smaller iterations? Yes. It's basically 3 things: 1. cleanup of unused instance variables in SyncService - merged in #5188 2. separation of...
@Girishbari that's great news! If you need any further information feel free to ping me.
> I have just come to NextCloud in v28. I cannot understand why they insist on treating all text as Markdown and force a WYSIWYG editor. I want to edit...
Downloading cypress failed for cypress component tests and jest. For jest we should set an env variable that prevents the cypress download. I think these downloads might fail because we...
The current change works well when only changing a single link in a paragraph. There are two more scenarios that would be good to account for: ## Link in a...
I think this issue just changed from being theoretical to having been practically observed:  I used this script: https://github.com/nextcloud/text/blob/investigate/inconsistencies-in-document/src/tests/investigate-corruption.spec.js#L41-51 So what the screenshot is printing is `tr.afterState` - which...
@juliushaertl would you be so kind and merge this despite the freeze?