Results 33 issues of BK

```virtualbox-iso: C:\Users\vagrant>cmd /c C:\Windows\Temp\sdelete.exe -q -z C: virtualbox-iso: virtualbox-iso: SDelete v2.0 - Secure file delete virtualbox-iso: Copyright (C) 1999-2016 Mark Russinovich virtualbox-iso: Sysinternals - www.sysinternals.com virtualbox-iso: virtualbox-iso: SDelete is set...

```shell % /path/to/python3 -m autoflake ~/autoflake_test --remove-all-unused-imports --remove-unused-variables -r --exclude whatever/* --- original//Users/brandon/autoflake_test/test.py +++ fixed//Users/brandon/autoflake_test/test.py @@ -1,3 +1,3 @@ def main(): - thing = "blah" + pass main() --- original//Users/brandon/autoflake_test/test2.py...

Apparently `altool` is deprecated in favor of `notarytool`. See [this twitter thread](https://twitter.com/rosyna/status/1402065462641364997?s=20) and [these docs from Apple](https://developer.apple.com/documentation/security/notarizing_macos_software_before_distribution/customizing_the_notarization_workflow). Also `notarytool` has waiting/polling built-in. 😄 I'm wondering if this means gon should...

Continuing the conversation from https://github.com/1dustindavis/gorilla/pull/116#issuecomment-867126224, I agree that it would be great to just be able to pass args and for all the powershell settings to be sorted for you....

Right now Gorilla requires users to embed check, pre-install, and post-install scripts in Catalogs. I'd love to see an option to store these scripts on the web server as normal...