Austin Bingham

Results 96 issues of Austin Bingham

I added some basic `__repr__` implementations to the `config_changed` and `result_dep` classes. I needed a nicer representation for these so that I could better understand the output of the `info`...

The `GITLEAKS_NOTIFY_USER_LIST` documentation says it will send notifications to the users "if their GitHub notification settings permit it". I feel like this is probably obvious, but how exactly do we...

The code block example in the docstring was improperly formatted, resulting in garbled output.

I'm facing action failures because of what appears to be a bug in the version of pyenv that's being used. It seems to be related to [the bug mentioned here](https://github.com/pyenv/pyenv-virtualenv/issues/487)....

I have a number of IPC channels that my tests use to do things like saving and loading files from my app, i.e. things that normal users would use menus...