pengda
pengda
https://github.com/go-kratos/examples/blob/34b90387c31d74ac9ef11579084951e1750ce193/transaction/gorm/internal/data/transaction.go#L12
### Version 1.41.2 ### Steps to reproduce browser = pw.chromium.launch( devtools=True, headless=False, ) context = browser.new_context() page = context.new_page() page.route("**/*", lambda route: route.continue_()) page.goto('https://www.baidu.com') time.sleep(5) page.goto('https://www.jd.com') time.sleep(1000) ### Expected behavior...
### Issue description When the username is operated with a length of 4096 bits, it will definitely cause a panic error. The password has not been verified yet. ### Example...