Nils K
Nils K
There is nothing inherently wrong with a compose file though I think the most important part of this PR is the Dockerfile. I am fine with keeping it but I...
> I haven't tested, but does the container support the "secret service" feature? If not, can it be made to? Kinda yey but actually no and no. I assume you...
I made a separate issue for dockers secret mechanism (#69). However I realised you are probably referring to the freedesktop keyring service. To my knowledge this would require exposing the...
Hm Moodle (or rather the way the ITC names moodle courses) does not easily provide that information but I think a regex with a named capture group could solve this...
Having a GUI seems to come with more problems than it solves. However having dealt with a few projects a simple web interface using bottle.py was the cleanest and most...
This should be possible by using the `mod_quiz` webservices. Maybe just generating a clean HTML from them with embedded mathjax is sufficient?
I have not looked into this but based on experience I would assume that the `fillText` operation is relatively slow. Instead you might try to cache the result (by drawing...
Why does pydeps bundle a version of the modulefinder library anyway - using the one from the stdlib should always load the pyc files from the current version correctly? Your...
Do you think it would be possible to subclass the module finder from the stdlib and only overwrite that single method?
As the changes from #129 were effectively overwritten by some other commits this again fails (at least on py3.10)