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
Charith (Cerbos)
08/23/2022, 7:41 AM
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
Gabi Zarhin
08/23/2022, 7:43 AM
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
Charith (Cerbos)
08/24/2022, 8:05 AM
@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
Gabi Zarhin
08/24/2022, 8:06 AM
got it 🙂 first time actually trying to work with a project outside our organization, thanks for the help
c
Charith (Cerbos)
08/24/2022, 12:29 PM
This should be fixed now. Just released v0.4.1. Thanks for reporting it.