sainu
sainu
A similar error occurred when I tried to connect from gobang to mysql running in a docker container. The information for the connection is as follows. **docker container** ``` NAME...
@TaKO8Ki Thank you for your reply! I changed the host from 0.0.0.0 to localhost and it connected. 🎉
It has occurred exactly the same bug in my app.
I had the same issue but fixed it by using `github-pr-review` instead of `github-pr-check` ```diff - reviewdog -f=tsc -reporter=github-pr-check -fail-on-error=true + reviewdog -f=tsc -reporter=github-pr-review -fail-on-error=true ```