Hello community :slightly_smiling_face: I think I’...
# help
g
Hello community 🙂 I think I’ve found a bug in the python AsyncCerbosClient… (raise_on_error option of the client) what would be the best way to validate the bug existence and open a bug? (or maybe even a PR for a fix)
c
Hi. You can raise an issue in the repo with a description of the bug and we'll take a look. If you know how to fix it, PRs are welcome too 🙂
g
Awesome 🙂 thanks
@Charith (Cerbos) I’ve tried opening a PR but have no permissions to push a branch to the repo in order to open it. let me know if and how i should proceed, or just open an issue on the repo
c
@Gabi Zarhin Are you trying to push your branch to the Cerbos repo? Normally, you need to fork the repo, add your patch in that fork and then create a PR against the main repo.
g
got it 🙂 first time actually trying to work with a project outside our organization, thanks for the help
c
This should be fixed now. Just released v0.4.1. Thanks for reporting it.