Jonathan Champ
Jonathan Champ
Sorry, I did not see that RFC 822 had been obsoleted by RFC 2822, which has been further obsoleted by RFC 5322, which you do support. From [RFC 5322](https://tools.ietf.org/html/rfc5322#section-3.4): -...
Moodle released a GitHub workflow to do this in June 2021: https://github.com/moodlehq/moodle-plugin-release
If `--strict` truly causes problems for **skipped** tests (which I can't find in the documentation), then perhaps something similar to [MDL-57669](https://tracker.moodle.org/browse/MDL-57669) could be done when support for erroring on undefined...
Here's where the error message comes from: https://github.com/iomad/iomad/blob/a351daeb519fe9a4508e7cdbede6f9330146e9f8/lib/tests/behat/behat_hooks.php#L520 Here's the definition of that function: https://github.com/iomad/iomad/blob/a351daeb519fe9a4508e7cdbede6f9330146e9f8/lib/tests/behat/behat_hooks.php#L826-L828 Here's the place that changes the value from false to true: https://github.com/iomad/iomad/blob/a351daeb519fe9a4508e7cdbede6f9330146e9f8/lib/tests/behat/behat_hooks.php#L878-L880 My guess is...
@a3rev Often `${$option_name}` is a sign that potentially dangerous functions like `extract()` are being used without the second argument. Instead, something like `$config[ WOOPS_PREFIX . 'admin_interface' ]`does a better job...
Regarding "E_WARNING for invalid containers", it looks like the released implementation emits an E_NOTICE instead: https://3v4l.org/MB6ch It seems that the behavior for accessing array elements changed in PHP 5.6 so...
Ran into this today with "'public' is a reserved keyword" from ForbiddenNamesAsInvokedFunctions. We didn't create the function definition, but it seems to work in PHP 7.0 and newer: https://github.com/paragonie/paseto/blob/dfbb2b732fc2f1c4365ac41720175ab0097ffca7/src/Purpose.php#L134
Ran into this again this week trying to automatically start the cleanup process for a plugin. WPCS uses `` in its .phpcs.xml file. Have the fixers become any better in...
Specific examples: - No form label for menu language selector. - Empty form label for search box (no text content). - No link text for "built with ❤️" link. -...
If we just scale the lightness, we get something like #0080A3 I'm not sure that speaks to the pop-of-color visual style, so #0071F3 seems like a better minimum option but...