I found a bug within this template that it cannot show the asterisks on the password properly (syntax error). The simple fix is just to use iterators to wrap the ast variable so it becomes an array and is compatible with selectMany:

password = [[...ast].selectMany(6,9)]
ast = *
  • perchance@lemmy.worldM
    link
    fedilink
    English
    arrow-up
    2
    ·
    8 days ago

    Thank you!! I did a bit of refactoring on the engine recently and introduced a bug. Fixed.

    • BluePowerOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      8 days ago

      Nice! I didn’t know this was a problem with the engine, not just the template.