[08:34:25] 10Multimedia, 10Commons, 10UploadWizard: Community consultation on increasing concurrent upload limit - https://phabricator.wikimedia.org/T175601#3616976 (10Cparle) Thanks @Jarekt Is there anything I need to do, or can I leave this with you? [12:30:27] 10Multimedia, 10Commons, 10MediaWiki-File-management, 10Performance-Team, 10Thumbor: Rotation parameters from EXIF fail in Mediawiki - https://phabricator.wikimedia.org/T173804#3617348 (10Gilles) [12:55:13] 10Multimedia, 10Commons, 10MediaWiki-File-management, 10Performance-Team, 10Thumbor: Rotation parameters from EXIF fail in Mediawiki - https://phabricator.wikimedia.org/T173804#3617362 (10Gilles) Unfortunately due to Mediawiki's filtering of EXIF before it reaches the image table, there's no way for us t... [12:56:52] 10Multimedia, 10Commons, 10MediaWiki-File-management, 10Performance-Team, and 2 others: Rotation parameters from EXIF fail in Mediawiki - https://phabricator.wikimedia.org/T173804#3617365 (10Gilles) [13:39:33] 10Multimedia, 10Commons, 10UploadWizard: Community consultation on increasing concurrent upload limit - https://phabricator.wikimedia.org/T175601#3617480 (10Jarekt) I am not sure what else is to do, other than wait for another month or so, check the proposal page, close it and archive it. Unless something c... [13:42:37] 10Multimedia, 10Commons, 10UploadWizard: Community consultation on increasing concurrent upload limit - https://phabricator.wikimedia.org/T175601#3617484 (10Cparle) Cool, thanks v much [14:11:12] 10Multimedia, 10Possible-Tech-Projects, 10Structured-Data-Commons, 10Wikidata, 10Wikimedia-General-or-Unknown: Implement International Image Interoperability Framework (IIIF) prototype service on Wikimedia labs - https://phabricator.wikimedia.org/T89552#3617555 (10dschwen) I have written a script that ch... [14:33:43] Ok I've dug myself right down into a hole with this ULS :( [14:34:25] Was trying to use mw.loader.using() [14:34:56] and creating a language dropdown on failure, and a uls (based on an empty span) on success [14:35:30] but using() is async [14:36:07] and I can't see how to force execution to wait until the promise resolves [14:37:14] and the rest of the code expects synchronous execution [14:55:18] attn marktraceur: [14:55:32] hmm the tab completion doesn't seem to work for Matthias today [15:11:32] oh hang on, maybe mw.loader.load() is synchronous [16:06:35] 10Multimedia, 10MediaWiki-extensions-CLDR, 10UploadWizard, 10I18n: Many languages names in UploadWizard display in their native script (autonyms) rather than English - https://phabricator.wikimedia.org/T172222#3617966 (10matmarex) >>! In T172222#3594210, @Raymond wrote: > After https://gerrit.wikimedia.org... [16:28:07] James_F: Am I insane or was there once a way to declare optional dependencies for a RL module [16:28:22] I swear to god I heard that one time, but I may be mistaking RL for npm or something [16:32:27] 10Multimedia, 103D, 10Multimedia-Team-Working-Board: Enable 3D on test.wikipedia.org and test2.wikipedia.org - https://phabricator.wikimedia.org/T171339#3618078 (10MarkTraceur) We'll be doing this on Wednesday, September 27th at 07:00 San Francisco time (14:00 UTC). [16:37:43] 10Multimedia, 10Structured-Data-Commons, 10Wikidata, 10Multimedia-Team-Working-Board: Complete outstanding work on MediaInfo Wikibase extension - https://phabricator.wikimedia.org/T176012#3611015 (10MBinder_WMF) @Ramsey-WMF Should this have a priority set? I'm under the impression that the team prefers to... [16:38:08] 10Multimedia, 10MediaWiki-Gallery, 10Multimedia-Team-Working-Board: Possible race condition in gallery javascript code - https://phabricator.wikimedia.org/T175760#3618102 (10MBinder_WMF) @Ramsey-WMF Should this have a priority set? [16:42:50] 10Multimedia, 10Structured-Data-Commons, 10Wikidata, 10Multimedia-Team-Working-Board: Complete outstanding work on MediaInfo Wikibase extension - https://phabricator.wikimedia.org/T176012#3618152 (10Ramsey-WMF) p:05Triage>03High [16:44:32] 10Multimedia, 10MediaWiki-Gallery, 10Multimedia-Team-Working-Board: Possible race condition in gallery javascript code - https://phabricator.wikimedia.org/T175760#3618157 (10Ramsey-WMF) p:05Triage>03Normal [16:56:24] marktraceur: No, static definitions of options RL dependencies is something I want – there's a task about it somewhere. [16:56:47] marktraceur: Sadly for now you have to have a PHP post-registration function that adds them in. [16:57:15] So maybe that's the answer for cormacparle's attempt at a soft dependency on ULS...though for now he's doing it on the frontend [16:58:03] trying to do it :/ [16:59:05] using using() in attach() doesn't seem to work either, I'm getting an error thrown out of the callback [16:59:09] this.div is undefined [16:59:11] :( [17:00:06] I'd be on firmer ground doing it in php perhaps - pre-load, and then just check for $.fn.uls in the javascript [17:01:52] cormacparle: 'this' refers to a different object inside a callback function - you'll need to have `var foo = this;` outside the callback, and use `foo.div` inside it [17:02:26] * cormacparle slaps forehead [17:02:29] cormacparle: or bind the function to the right 'this', like `function () { ... }.bind( this )`, but some people dislike that since it's allegedly unclear what this is [17:02:44] of course, thanks MatmaRex [17:03:03] MatmaRex: It's better to avoid writing code that can later be used as a whiteboard interview question IMO [17:03:24] haha :D [17:04:32] 10Multimedia, 10Commons, 10MediaWiki-File-management, 10Operations, and 2 others: Unable to delete file on Commons (Fatal exception of type "Wikimedia\Rdbms\DBQueryError") - https://phabricator.wikimedia.org/T176185#3618250 (10Bawolff) [17:04:36] I assumed it was cos the div didn't exist yet [17:51:02] 10Multimedia, 10MediaWiki-Gallery, 10Multimedia-Team-Working-Board: Possible race condition in gallery javascript code - https://phabricator.wikimedia.org/T175760#3618440 (10matmarex) @FO-nTTaX Interesting. I can reproduce the issue on http://wiki.teamliquid.net/counterstrike/Nuke/csgo , but only when I disa... [17:56:08] 10Multimedia, 10MediaWiki-Gallery, 10Multimedia-Team-Working-Board: Possible race condition in gallery javascript code - https://phabricator.wikimedia.org/T175760#3618483 (10matmarex) Actually, nevermind that, I can reproduce with ad blocker too, it just doesn't happen every time. [17:56:31] 10Multimedia, 10MediaWiki-Gallery, 10MediaWiki-ResourceLoader, 10Multimedia-Team-Working-Board: Possible race condition in gallery javascript code - https://phabricator.wikimedia.org/T175760#3618485 (10matmarex) [18:23:59] 10Multimedia, 10UploadWizard, 10Multimedia-Team-Working-Board: Check performance after increasing upload limit - https://phabricator.wikimedia.org/T175602#3597590 (10MarkTraceur) a:03MarkTraceur [18:32:23] 10Multimedia, 10UploadWizard, 10Multimedia-Team-Working-Board: Check performance after increasing upload limit - https://phabricator.wikimedia.org/T175602#3618701 (10MarkTraceur) I just uploaded 490 (small) files locally, and while it was a pain to wait for the file interfaces to load in the details step (be... [18:33:04] 10Multimedia, 10UploadWizard, 10Multimedia-Team-Working-Board: Check performance after increasing upload limit - https://phabricator.wikimedia.org/T175602#3618702 (10MarkTraceur) a:05MarkTraceur>03Ramsey-WMF @Ramsey-WMF assigning to you so you can tell me if that's an acceptable assessment of the situation [19:02:49] 10Multimedia, 10Commons, 10Reading-Community-Engagement, 10Community-Liaisons (Jul-Sep 2017): Conduct MP3 patrol discussion - https://phabricator.wikimedia.org/T167815#3618888 (10Ckoerner) 05Open>03Resolved After consulting with the admins on Commons the consensus appears to be to enable, but with caut... [19:02:52] 10Multimedia, 10Commons, 10Support-and-Safety, 10TimedMediaHandler, and 3 others: Once it's not patent-encumbered, enable MP3 support for Commons uploads and TMH/etc. playback - https://phabricator.wikimedia.org/T120288#3618890 (10Ckoerner) [19:09:38] 10Multimedia, 10MediaWiki-Gallery, 10MediaWiki-ResourceLoader, 10Multimedia-Team-Working-Board: Possible race condition in gallery javascript code - https://phabricator.wikimedia.org/T175760#3618901 (10FO-nTTaX) Yeah, the fact that it doesn't happen everytime is why i titled it as possible race condition.... [19:13:14] 10Multimedia, 10Commons, 10Reading-Community-Engagement, 10Community-Liaisons (Jul-Sep 2017): Conduct MP3 patrol discussion - https://phabricator.wikimedia.org/T167815#3618965 (10CKoerner_WMF) Blarg, I closed this with my volunteer account. Sorry for the confusion. [20:15:15] 10Multimedia, 103D, 10Multimedia-Team-Working-Board: Enable 3D on test.wikipedia.org and test2.wikipedia.org - https://phabricator.wikimedia.org/T171339#3619222 (10Gilles) We're going to need 3d2png deployed on the Thumbor servers. I don't know how that's done, though. [21:03:43] 10Multimedia, 10MediaWiki-Gallery, 10MediaWiki-ResourceLoader, 10Multimedia-Team-Working-Board: Possible race condition in gallery javascript code - https://phabricator.wikimedia.org/T175760#3619384 (10Krinkle) @FO-nTTaX I was able to reproduce it, and again with a breakpoint at the offending line in `medi... [21:08:43] 10Multimedia, 10MediaWiki-Gallery, 10MediaWiki-ResourceLoader, 10Multimedia-Team-Working-Board: Possible race condition in gallery javascript code - https://phabricator.wikimedia.org/T175760#3619424 (10Krinkle) 05Open>03Invalid @FO-nTTaX I hope the above helps you solve the problem (by removing `script... [22:05:01] 10Multimedia, 10Possible-Tech-Projects, 10Structured-Data-Commons, 10Wikidata, 10Wikimedia-General-or-Unknown: Implement International Image Interoperability Framework (IIIF) prototype service on Wikimedia labs - https://phabricator.wikimedia.org/T89552#3619686 (10Shonagon) Hello @dschwen. That's reallly... [23:05:28] 10Multimedia, 10Commons, 10Contributors-Team, 10GlobalUsage, and 3 others: Show edits made on WikimediaCommons on the Watchlist - https://phabricator.wikimedia.org/T91192#3619975 (10srishakatux) @D3r1ck01 If you are willing to help a potential candidate get started with the project and assist them in reso...