Shenghan0329

Results 2 comments of Shenghan0329

I also have the same issue. From `passport.use(User.createStrategy());`, I'm having the trouble to use "email" in replace of "username" for user authentification. Version: 8.0.0

Hello, for Sudoku-solving algorithm, the website [AnySudokuSolver](https://anysudokusolver.com/) has a non-recursive algorithm and input checks. The algorithm also works well for this input: `........................................................8.................6......`. ![image](https://user-images.githubusercontent.com/106292687/233807638-26d7256f-ab15-4b19-abcc-8d0927f516a7.png) ![image](https://user-images.githubusercontent.com/106292687/233807624-b4eaaf4d-50cd-400f-9f46-09e96ea2c090.png) The codes from this website...