[01:53:18] The message is sent but they don’t get a reply indicator on their end, Juesto (@_discord_990316633094504468:t2bot.io), it just comes through as a regular message. [02:03:37] yeah that's irc, i asked about matrix [02:03:46] matrix doesnt support replies? [02:11:05] Of course Matrix has replies [02:11:12] even if Matrix did, there's no way to carry it through IRC [02:11:59] Matrix does pretty much everything Discord does (except for a few things like good native video calling although that's in progress) but you generally don't have paywalled features :) [02:16:48] LorenDB: the edit worked on my local windows install to make syntaxhighlight work. What's not working for you? What version of MW? If it throws an exception, can you get the detailed error report? [03:36:38] "Of course Matrix has replies" <- Replies and threads are completely different things though. Threads are still in beta in Matrix (meaning you have to enable them in your preferences), though probably not for long. Also back when we tested (T298360) the bridge couldn't really handle threads (although that was half a year ago and threads were pretty new in Matrix then so that might have improved). Replies worked well. [03:36:39] T298360: Investigate bridging Matrix to Discord - https://phabricator.wikimedia.org/T298360 [03:37:00] IRC, well, we'll have to let it go eventually. [04:07:20] "even if Matrix did, there's no..." <- The Matrix/IRC bridge has some nice heuristics on how to carry replies over to IRC, sometimes it'll just ping the initial message author (if the reply is very recent), other times it'll do something like ` original message... <-- reply` [05:22:23] Is there anyone here who is able to +2 a very simple code change that is holding back another patch from progressing? [05:27:01] LorenDB: on topic: img_auth should display the thumbnails, obviously. By its nature it disables caching though, so maybe you are running into some sort of parallelism limit like PHP connection pool size? [05:28:39] imdeni: what change? [05:28:53] This one: https://gerrit.wikimedia.org/r/c/mediawiki/core/+/851021 [05:29:46] Essentially the tests depend on the converter script names containing the language code (like: enConverter.php) [05:30:47] But when a language code is a sub-code (like sh-latn), the only way to get tests to pass (from my understanding) is calling the file Sh-latnConverter.php, which is against the naming convention. [05:31:35] This code just changes any dashes to underscores for the test, so that the file can be called Sh_latnConverter.php (which follows the naming convention). [05:37:03] sounds reasonable, merged [05:43:44] I appreciate it, @tgr_. Thanks for the swift help. [13:55:28] "LorenDB: on topic: img_auth..." <- Hm, that would be an IIS config issue, right? Or is that a PHP thing? I could see it being either. [14:15:56] "LorenDB: the edit worked on my..." <- I'm still having the same issue that I originally described (see https://gist.github.com/LorenDB/25b93c7ec484d363ef0c2ec89ec5a4da). I'm on MediaWiki 1.38.4. If the detailed error report is what comes out in the log, there you go; otherwise, I don't know what that is. [14:21:26] LorenDB: What are your settings in LocalSettings.php for the extension? [14:22:10] wfLoadExtension( 'SyntaxHighlight_GeSHi' ); [14:22:10] $wgPygmentizePath = 'C:\Program Files\Python311\Scripts\pygmentize.exe'; [14:22:36] * ``` [14:22:37] wfLoadExtension( 'SyntaxHighlight_GeSHi' ); [14:22:37] $wgPygmentizePath = 'C:\Program Files\Python311\Scripts\pygmentize.exe'; [14:22:37] ``` [14:30:40] "Hm, that would be an IIS..." <- Web server config, usually. [14:37:40] OK, so do you have any ideas what would be the problem point in IIS? [14:41:11] Actually, it does seem to be a deeper problem as my infobox templates (from Wikipedia) are occasionally not getting CSS applied to them. [14:45:23] Re: syntaxhighlight the only thing I can think of at the moment is that the app pool config doesn’t have a valid path set as it’s working directory [14:45:57] Can’t get on my box to check exactly what that setting is just yet however