Luke

Results 8 comments of Luke

(Just a note that I am planning to finish the default loadout this weekend, which will make the i18n keys redundant)

Perhaps I'm doing something wrong, here, but if I add: ```puppet class { '::php': ensure => latest, manage_repos => true, fpm => true, dev => true, composer => true, pear...

This seems to happen when disabling extensions like CodeEditor too, so I don't think its being caused by that.

I managed to fix this with the addition of: ``` $wgLocalFileRepo = [ 'class' => LocalRepo::class, 'name' => 'local', 'backend' => 'AmazonS3', 'url' => $wgUploadBaseUrl ? $wgUploadBaseUrl . $wgUploadPath :...

Interesting -- the way I have configured $wgAWSBucketName hasn't changed between 1.39 and 1.41, its defined in the exact same place at the top of $wgConf as it was in...

Extension:Video already has this functionality — albeit it renders its own `` tag, which is similar, but doesn't support also having images within the gallery alongside videos. Perhaps some inspiration...

I don't have anything to add that Jayden hasn't already said, but I am thinking about something else. After this file page is created, it would be nice for some...

The issue seems to be stemming from version `24.1.2` of pip. Downgrading to 24.0.0 fixes this issue.