Skip to content
Snippets Groups Projects
  1. Apr 03, 2023
  2. Mar 27, 2023
    • Konrad Mohrfeldt's avatar
      fix: fix iteration bugs · e4083e66
      Konrad Mohrfeldt authored
      Some iteration semantics got mixed up when replacing remaining uses of
      `var` variable declarations in ae37fb6c.
      
      `var foo in bar` cannot be replaced with `const foo of bar` because the
      first will assign the iteration index of the current item to foo,
      whereas the second will assign the actual iteration item.
      e4083e66
  3. Feb 28, 2023
  4. Nov 10, 2022
  5. Apr 24, 2022
    • Konrad Mohrfeldt's avatar
      refactor: clean up time & date functions · 1140b802
      Konrad Mohrfeldt authored
      * replace all `var` declarations and use `const` where appropriate
      * strip unnecessary temporary variables
      * replace single character variable names
      * replace multiline variable declarations
      * simplify expressions
      * replace invalid uses of parseInt
      1140b802
  6. Apr 22, 2022
  7. Nov 25, 2021
  8. Dec 15, 2020
  9. Dec 14, 2020
  10. Nov 24, 2020
  11. Nov 17, 2020
  12. Oct 12, 2020
  13. Oct 01, 2020
  14. Sep 08, 2020
  15. Aug 25, 2020
  16. Aug 24, 2020
  17. May 07, 2020
  18. Oct 23, 2019
  19. Sep 27, 2019
  20. Aug 09, 2019
  21. Aug 06, 2019
  22. Aug 05, 2019
  23. May 08, 2019
  24. Apr 23, 2019
  25. May 19, 2018
  26. Feb 16, 2018
  27. Feb 14, 2018
  28. Dec 25, 2017
  29. Nov 15, 2017
Loading