cameron1729
cameron1729
After the lib upgrade, there's still a few calls to `getArray` that need to be changed to `getOptionalArray` e.g.,: - https://github.com/catalyst/moodle-auth_saml2/blob/MOODLE_39_STABLE/locallib.php#L150 - https://github.com/catalyst/moodle-auth_saml2/blob/MOODLE_39_STABLE/locallib.php#L166 And this one confuses me: https://github.com/sarahjcotton/moodle-auth_saml2/blob/MOODLE_39_STABLE/locallib.php#L209 -...
Currently there is [some code](https://github.com/catalyst/moodle-fileconverter_librelambda/blob/13c01a8e16bde32264b0614b56f66d890bb7af88/classes/converter.php#L373) in `poll_conversion_status` to check various statuses from S3 and, if appropriate, keep the conversion in progress so it can be retried. However, if a transient...