Cristiano Salerno
Cristiano Salerno
Exe is a bad format, compatible with only Windows and, when not signed, will cause problems (false positive) with antiviruses. Pyz (python zip) is good because it's supported by Python...
EDIT: [Solution found](https://github.com/hcoles/pitest/issues/863#issuecomment-784099969), but another problem was raised. I am doing research on [Defects4j](https://github.com/rjust/defects4j), and its core function is to clone and work with open source projects, one of which...
### Describe the problem Right now, `questionary.password().ask()` will replace every typed character with an asterisk. Would be nice if the output could be completely removed, in order to ensure password...