max-nextcloud

Results 366 comments of 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...

![grafik](https://github.com/nextcloud/text/assets/97337118/9f229e80-2597-4cc8-adec-6403c956ec55) ![Sync -- saves the actual file and document state (failed)](https://github.com/nextcloud/text/assets/97337118/194ba503-8586-4db6-b2fc-0f2e50b6b2bb) 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: ![grafik](https://github.com/nextcloud/text/assets/97337118/ea790ae2-3834-4a3c-a9dc-9d848274223f) 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?