[09:30:47] there is an extension of mediawiki that uses `wdio-mediawiki` npm package. That package use `process.env` in its code but creating a .env file in root directory of that extension does not solve the following error: `MW_SCRIPT_PATH` is not defined [09:35:56] i get this error when running selenium test for that extension [20:13:32] Hello. Am I in the right place to ask about issues setting up the mediawiki docker container? [20:15:44] yes [20:17:48] Cool. Ok so I followed these instructions: https://www.mediawiki.org/wiki/MediaWiki-Docker, and it doesn't mention having to adapt any database settings. However when I visit the page, http://localhost:8080, it says this: (Cannot access the database: Cannot access the database: No database connection (localhost)) [20:18:08] Default settings, newly cloned. Didn't change anything at all [20:19:22] 011415 [20:21:18] Oops. [20:44:21] Hi, I have a template with a parameter named "first", and I call it from cargo query and doing something like that: {{{first|0}}} and I do see an empty string as result, what can it be?