Error on the Computer Terminal Template (Fixed)
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:
ast
selectMany
password = [[...ast].selectMany(6,9)] ast = *
You're viewing a single thread.
@perchance@lemmy.world