Re: [Wikitech-l] TechCom topics 2020-11-04 (fixed)

2020-11-10 Thread Krinkle
On Tue, Nov 10, 2020 at 5:50 PM Gergo Tisza wrote: > On Tue, Nov 3, 2020 at 1:59 AM Daniel Kinzler > wrote: > >> TemplateData already uses JSON serialization, but then compresses the >> JSON output, to make the data fit into the page_props table. This results >> in binary data in ParserOutput,

Re: [Wikitech-l] Consultation about the Technical Decision Making Process

2020-11-10 Thread Kate Chapman
Hi All, I'm writing to let you know that the deadline to comment has been extended to the 16th of November. You'll see there is some discussion happening already on the talk page I'm particularly interested in

Re: [Wikitech-l] TechCom topics 2020-11-04 (fixed)

2020-11-10 Thread Gergo Tisza
On Tue, Nov 3, 2020 at 1:59 AM Daniel Kinzler wrote: > TemplateData already uses JSON serialization, but then compresses the JSON > output, to make the data fit into the page_props table. This results in > binary data in ParserOutput, which we can't directly put into JSON. I'm not sure I

Re: [Wikitech-l] TechCom topics 2020-11-04 (fixed)

2020-11-10 Thread Adam Baso
I saw in the patch for https://phabricator.wikimedia.org/T266200 a strategy was devised to base64-encode page prop values that aren't strictly UTF-8. If I understand correctly, this means TemplateData extension code and page props interfaces require no change while the JSONification of Parser