[18:49:21] quick sanity check: is it just me or does 'npm install' always install version 4.7.0 of wikimedia-page-library, even if an earlier version is specified in package.json? [18:53:04] dbrant: ah, didn't see you were offline for a minute. would you mind updating www/package.json and trying to install an earlier version of wikimedia-page-library (say 4.5.10) and see if you can accomplish that? [18:53:29] trying... [18:55:58] mdholloway: seems to work... no errors from npm install, or grunt [18:56:09] i don't get any errors [18:56:30] i just look at what's actually installed, and lo and behold, it's 4.7.0! [18:56:46] check www/node_modules/wikimedia-page-library/package.json [18:56:56] ooh, i see [18:57:18] i'm trying to roll back because i'm pretty sure 4.5.11 breaks image widening for MCS and want to test that [18:58:20] but i can't seem to roll it back ಠ_ಠ [18:58:29] mdholloway: well, our package.json specifies "^4.5.10", where the caret means "at least" [18:58:44] if you get rid of the caret, it works for me. [18:59:26] d'oh, that's right. [19:00:01] too long with my head out of node-land. thanks. [19:00:08] np! [20:11:13] i unjustly maligned pagelib, and i am sorry [20:11:19] the real culprit is in this commit: https://github.com/wikimedia/apps-android-wikipedia/commit/775b34ea3a265e21bd369d2773bb84c5850a3a65 [20:14:17] ...which pulls in this: https://github.com/wikimedia/mediawiki/commit/bc5bb2aa76bcae3931def74ad323da2f14fc3235#diff-78947f60fd8eb007a848914eec5052b1 [20:15:15] so the real question is, what is it we need mediawiki.skinning.content.parsoid for? [20:16:11] aha: for T162116 [20:16:12] T162116: External links without names are not displayed in Wikipedia Android App - https://phabricator.wikimedia.org/T162116 [20:21:55] so what to do about that...