Αναρτήσεις που έγιναν από τον/την Tim Hunt

Φωτογραφία Core developers Φωτογραφία Documentation writers Φωτογραφία Particularly helpful Moodlers Φωτογραφία Peer reviewers Φωτογραφία Plugin developers

Where these questions exported or created a very long time ago?

I see a comment in the code saying that the format used to store the number as the actual number +2, which is just weird (but it turns out that "used to be" means more than 10 years ago!)

So, anyway, if you want the number unlimited, I think you need to chagne the file to  <selectcount>0</selectcount>, then import.

Moodle in English -> Hardware and performance -> Valkey replacing Redis? -> Valkey replacing Redis?

από Tim Hunt -
Φωτογραφία Core developers Φωτογραφία Documentation writers Φωτογραφία Particularly helpful Moodlers Φωτογραφία Peer reviewers Φωτογραφία Plugin developers
This was asked in the 'Large scale installations' Matrix chat challen recently. Follow the 'Moodle community' at https://moodledev.io/general/channels#chats to find that channel.

But, the summary is that Valkey is a drop-in replacement. It just works, and various people are already using it.
Φωτογραφία Core developers Φωτογραφία Documentation writers Φωτογραφία Particularly helpful Moodlers Φωτογραφία Peer reviewers Φωτογραφία Plugin developers
Note that, while the form of the boiler-plate comment is checked by CodeChecker, it intentionally does not check every single word: https://github.com/moodlehq/moodle-cs/blob/main/moodle/Sniffs/Files/BoilerplateCommentSniff.php#L34

I implemented that originally, at the request of the STACK project, so they could say: https://github.com/maths/moodle-qtype_stack/blob/master/version.php.

I agree that this is probably good practice (but I don't bother in most of my plugins, just because it is easier to copy/paste comments from an existing file and not think about it).