This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
  1. May 18, 2021
  2. May 10, 2021
  3. May 07, 2021
  4. Apr 26, 2021
  5. Apr 25, 2021
  6. Apr 23, 2021
  7. Apr 22, 2021
  8. Apr 21, 2021
  9. Apr 20, 2021
  10. Apr 19, 2021
  11. Apr 16, 2021
  12. Apr 14, 2021
  13. Apr 12, 2021
  14. Apr 09, 2021
  15. Apr 08, 2021
  16. Apr 07, 2021
    • Daniel Rainer's avatar
      Do not show enum metadata which is not set · fe78cf3e
      Daniel Rainer authored
      The exercise metadata component is only rendered
      when it gets a value which is not null and has
      a length of at least one (either string or array).
      If it gets a value which is translated before it
      is being passed, the result will be something of
      the form "translation-not-found[...]", which has
      a length of at least one, so it is rendered.
      To prevent this, check if a value is set before
      translating it.
      fe78cf3e
    • Michael Breu's avatar
      Some minor improvements · 4c1c2457
      Michael Breu authored
      4c1c2457