Page MenuHomePhabricator

WhichBrain
User

Projects

User does not belong to any projects.

Today

  • No visible events.

Tomorrow

  • No visible events.

Thursday

  • No visible events.

User Details

User Since
Feb 6 2025, 7:07 AM (65 w, 4 d)
Availability
Available
LDAP User
Unknown
MediaWiki User
WhichBrain [ Global Accounts ]

Recent Activity

Feb 22 2025

Restricted Application added a project to T170659: Expired blocks can appear as applied to users in several MediaWiki interfaces: Trust and Safety Product Team.
Feb 22 2025, 8:01 AM · MW-1.45-notes (1.45.0-wmf.25; 2025-10-28), Product Safety and Integrity (Sprint Mint Choc Chip Ice Cream (Oct 20 - Nov 7)), Trust and Safety Product Team, MediaWiki-Blocks

Feb 6 2025

WhichBrain added a comment to T282499: Consider whether Parsoid will support forced linear parsing..

Okay, so using Cargo as an example, and forgive me if there's any syntax issues here because I only looked at the docs quickly, if you have the following on a page, presumably split up by other text:

{{#cargo_query:
_table=MyTable
|where=key=1
}} (returns value "Hello", let's say)

{{#cargo_store:
_table=MyTable
|key=1
|value=World
}}

{{#cargo_query:
_table=MyTable
|where=key=1
}} (returns value: ?)

...how do we know that the second query will return "World"? It could be parsed out of sequence from what comes above it if the parallel processing kicks in, so in theory, could it not return "Hello"? Or vice versa?

Feb 6 2025, 7:40 AM · MediaWiki-extensions-ExternalData, Parsoid-Read-Views (Phase 3 - Main namespace of officewiki / mediawiki.org renders with Parsoid), MediaWiki-extensions-Variables, Parsoid, MediaWiki-Parser