Vincent Rose
Vincent Rose
Stripped down example: ``` vinnybod > delete thing Are you sure you want to delete 'thing'? y/N n # exits y # continues to process command ``` I didn't see...
**Is your feature request related to a problem? Please describe.** When I need to install an update or even find out about an update for Starkiller, I have to go...
I should explain my use case. I essentially need two submit buttons. The first `submit` is to actually submit the form which they would not be able to go back...
### Description of the bug: I am unable to get the PyCharm debugger working for any Python tests with Bazel using the common `rules_python` rules or with some of the...
__Note:__ Please fill out all sections (if applicable) and do not delete the below section headers, otherwise the bot will close the issue. ## Is your feature request related to...
We are migrating a Gradle project to Bazel and can't break compatibility with other Java repos that import the Maven artifacts. [Gradle has a concept](https://developer.android.com/build/dependencies#dependency_configurations) of `implementation` dependencies. These dependencies...
### Description Empire 5.9.0 introduced a new way of doing error handling: https://bc-security.gitbook.io/empire-wiki/module-development/powershell-modules#error-handling Instead of returning a tuple containing an error message or using the `handle_error_message` function, an exception should...
I think it would be better to replace threading with asyncio or similar. We should also review all use of threads to make sure they don't run forever.