Anh Nguyen
Results
2
issues of
Anh Nguyen
Not a major issue but suggested passwords are duplicated, as shown in attached. 
I have a validator as follows: `schema = Schema([And(list, lambda x: len(x) == 4)])` Here it validates a list of lists where each child list would have 4 elements. Question...