Skip to content

SCENARIO: Concurrent editors of the same document should be aware of which blocks has been edited - #421

Closed
PA0Lbst wants to merge 3 commits into
mainfrom
fix-250
Closed

SCENARIO: Concurrent editors of the same document should be aware of which blocks has been edited#421
PA0Lbst wants to merge 3 commits into
mainfrom
fix-250

Conversation

@PA0Lbst

@PA0Lbst PA0Lbst commented Apr 28, 2026

Copy link
Copy Markdown

We, @Nyrco and @PA0Lbst, hereby grant to Hyperglosae maintainers the right to publish our contribution under the terms of any licenses the Free Software Foundation classifies as Free Software Licenses.

@PA0Lbst
PA0Lbst force-pushed the fix-250 branch 5 times, most recently from 4c0f544 to c802deb Compare May 26, 2026 13:38
@PA0Lbst
PA0Lbst force-pushed the fix-250 branch 2 times, most recently from 68849ac to 78f5e2f Compare May 26, 2026 15:47
@Nyrco
Nyrco force-pushed the fix-250 branch 6 times, most recently from 2cb718b to 66cb6b2 Compare June 1, 2026 09:19
@benel

benel commented Jun 1, 2026

Copy link
Copy Markdown
Member

@Nyrco @PA0Lbst The reason why your CI process fails is in the logs:

navigating to "http://localhost/37b4b9ba5cdb11ed887beb5c373fa643#09c906c6732b11ed89466ba197585f87", waiting until "networkidle"

Your network is never "idle" because of the long poll you implemented...

Here is the documentation of the method that fails:
https://pptr.dev/api/puppeteer.page.waitfornetworkidle

It seems that it contains a solution to your problem.

@Nyrco
Nyrco force-pushed the fix-250 branch 3 times, most recently from 64dcc5e to d0ed0c9 Compare June 2, 2026 11:48
Nyrco and others added 2 commits June 2, 2026 13:50
…which blocs are being edited (see #250).

Co-authored-by: PA0Lbst <pierre_alexandre.despaquis@utt.fr>
…h blocs are being edited (see #250).

Co-authored-by: Nyrco <nicolas.ranvoisy@utt.fr>
@Nyrco
Nyrco force-pushed the fix-250 branch 4 times, most recently from d2fc3ca to 5cd9ac7 Compare June 2, 2026 13:31
@benel

benel commented Jun 14, 2026

Copy link
Copy Markdown
Member

@Nyrco I'm a bit confused. Is this pull request still necessary along with 417?

@benel

benel commented Jun 14, 2026

Copy link
Copy Markdown
Member

Superseded by #417.

@benel benel closed this Jun 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Concurrent editors of the same document should be aware of which blocks has been edited

4 participants