Jakub Tomana
Jakub Tomana
After few weeks of running our bots without issues, we encountered this issue which caused us to be rate-limited by cloudflare: ``` [DG0] restapi.go:149:RequestWithLockedBucket() rate limit unmarchal error, invalid character...
This PR allows selective error handling by library consumers. It can be useful in f.e.: handling the back button on the login page: ```dart try { await logIn(); } on...
It appears that recent updates in Flutter have resulted in a malfunction of horizontal code scrolling on iOS. I've successfully applied a temporary solution to address this problem, and you...