Petr Skoda

Results 20 comments of Petr Skoda

Please note I did not test this patch and I am not sure the upstream library actually supports utf-8 usernames.

hi @jpahullo , docker .env loading is not applicable in moodle-docker-compose script because we need the environment variables BEFORE the real docker-compose is executed to create configuration for it. **moodle-docker.env**...

hehe, I would not know if I did not try to create .env and failing badly...

I should have Windows support for this issue later today

argh, not there yet, I ned to find out how to check if %%1 env variable is set

now it should be finally ready for review with full Windows support, please note the "setlocal" command which makes the env variables behave more like in bash, without it the...

https://github.com/moodlehq/moodle-docker/pull/225 could help - it adds support for multiple database versions

I have used a bit different approach in https://github.com/moodlehq/moodle-docker/pull/232

Hmm, yes, it would require new setting "max groups per user". I will think more about this. Thanks for the idea.