Tim Hunt

Results 48 comments of Tim Hunt

@kabalin I just wanted to say a huge "thank you" to you for working this out and sharing it. I have been making heavy use of it today, verifying my...

Right, random not essential. It was just the only think I could think of to get minimal steps to reproduce. I think "An unambiguous solution would be to generate a...

8) Editor configuration - configuration.js - I don't know what that first technicality about Promises is about. Once you get past that, it is confusing that the two examples are...

11. It would be good to have some convention in these docs, for when things you mention are part of the core TinyMCE API, vs things that are functions you...

Oh yes! I was planning to try to write up the 'working with fixups' advice, because I have had enough of re-reviewing all of monster patches, and I want a...

I like 'A better contribution'. I did a bit of random hacking at https://github.com/moodle/devdocs/compare/main...timhunt:abc, but I don't yet know what I am doing here, and I am not sure if...

Note, GitPod seems to be an acceptable work-around. (Apart from the fact it won't let me push, but downloading a git format-patch, then git am-ing and pushing from my laptop...

@andrewnicols it occurs to me that when we are giving the warning about missing PHPdoc in a class that extends something else, can we make the fail message include "If...

For waht it is worth, I think it is a smell to have a comment on an overridden method. (And override should not change the contract for a method that...

jsut to suggest an alternative. Instead of "moodle-for-plugins" we could instead * keep moodle-cs as the vast majority of rules that apply to all Moodle-related code * have moodle-cs-core which...