David Scotson

Results 53 comments of David Scotson

A small test script that can be run from the Moodle/Totara root directory on a test CSS file to time how long it takes on a server: ```

Thanks @timhunt, I'll give that a try to see if it helps my test cases for this issue too. The other ticket I linked in my first comment here, #222...

I'd suggest a general policy of not removing icons, so that people can rely on them being there, even if they're doing something odd with them.

I'm relatively certain that this is a Snap issue, not a Moosh bug. I believe that image is resized from the one that is uploaded, and that is the process...

Seems fairly consistent across the test clips in that last link that the difference is greatest at lower bits-per-pixel and disappears as it rises. The bd rate reports break out...

Possibly I'm misreading the graphs, but I still don't see an obvious dependency on resolution even for 8 tiles. It gets worse from 360p to 720p, then better again as...

You need the hidden input called "save settings" in this file https://github.com/gthomas2/moodle-theme_snap/blob/4f2639b4a804c0da379a71fdee4f8bb6f2a8d594/templates/core_admin/settings.mustache This was something Moodle changed in 3.4.4 and all themes need updated in order to save settings.

I thought we had some code to check for this and make sure the menu displayed when you were switched from your normal role. I'll look into it and see...

There is specific code around this area, to handle this case: classes/renderables/settings_link.php 73: $isstudent = !$canmanageacts && !is_role_switched($COURSE->id); I just tried this and it worked for me (logged in as...

I've been reminded that we moved this functionality recently, as it got moved by core in 3.2, relevant code is here: classes/output/core_renderer.php 1458: * Adds a switch role menu to...