Rex Lorenzo

Results 12 issues of Rex Lorenzo

When I did the following calculation: 8234.80 * 12 I got 110817.59999999999 as a result. https://duckduckgo.com/?q=8234.80+*+12&atb=v83-1__&ia=calculator But never ending 9s should not occur in multiplication. I correct answer is 98817.6....

When viewing the Attendance report, if a student's name is long enough to flow to a second line the dividing lines overwrite the names: We are using Attendance block version...

bug

The CiBot reports a false negative error of "Package core_dml is not valid" when running the PHPDocs style problems section. See https://integration.moodle.org/job/Precheck%20remote%20branch/95931/artifact/work/smurf.html#phpdoc However core_dml appears to be used throughout the...

The PHP container seems to default to 2MB in its php.ini config for upload_max_filesize. Can the upload_max_filesize and post_max_size configs be set to higher values, like 2GB?

With debugging turned on when I visit the URL: /local/ltiprovider/tool.php?id=1 I get the following notices: Notice: Undefined index: lti_message_type in /usr/local/moodle/m2dev/local/ltiprovider/ims-blti/blti.php on line 9 Notice: Undefined index: lti_version in /usr/local/moodle/m2dev/local/ltiprovider/ims-blti/blti.php...

I ran this library through an automated code checker by Sonar Cloud (https://sonarcloud.io) and it reported that this line is using an outdated SSL protocol: https://github.com/BirknerAlex/XMPPHP/blob/master/src/BirknerAlex/XMPPHP/XMPP.php#L401 It recommended using STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT

We started seeing "Unchanged files with check annotations (beta)" on our PRs and the linting action is failing for files that aren't part of the commit. Any clue on how...

In my setup in which I need to make hundreds of REST API calls, this helps in performance a bit. About 20%.

Related to https://github.com/markn86/moodle-mod_certificate/pull/51 Rather than email everyone who can manage certificates (such as site/category managers), why not use email the teachers listed on the certificate only?

* Updated as many packages to their latest version. Other packages with security issues shouldn't be a concern for a statically built site such as this. FYI: This update was...