-
If I run the following:
from getpass import getpass
pwd = getpass()
I get the following error:
GetPassWarning: Can not control echo on the terminal.
return fallb…
-
I have a suggestion regarding credentials for API. Since passing user and pass as plain texts is not secure, you can use a Python built-in library called [`getpass`](https://docs.python.org/3/library/…
-
The following works as expected in a typical Python environment:
```
>>> from getpass import getpass
>>> getpass("Test > ")
Test >
```
Whatever you type after the `Test >` prompt is hidden, but when…
-
I have tried inputting £€æøåÆØÅ in Base.getpass on Windows 10 (with a Danish keyboard), the resulting secret buffer contains different or sometimes invisible characters.
```julia-repl
julia> ver…
-
##### SUMMARY
Copying large file with scp.put results in the remote file becoming 0 bytes and pylibssh fails with an exception.
The size limit seems to be 2g, truncate -s 2047m works, trun…
-
Running the following code in my .Rmd file does not produce the expected output when I Knit the .Rmd. There is no prompt and the html document is returned with no additional information.
```{r setu…
-
### What happened?
## Summary
When upgrade litellm to greater than `1.37.14`, async unit tests for Bedrock fails with error `RuntimeError: Event loop is closed`. This only happens when run with `p…
-
I have a python package that uses [getpass](https://docs.python.org/3.8/library/getpass.html) to retrieve login credentials. If I run this from an R session in bash everything works as expected:
```R…
-
wrote some sample code, and ran it on ncp to see:
```python
import getpass
import os.path
import psutil
# copied from sr.py
sr3_tools_entry_points = [ "sr3_action_convert", "sr3_action_rem…
-
Allow tools to dictate the os enc name to use, I e. Allow replacement for `PT_PASSWORD`.
Similar to how https://ccrypt.sourceforge.net/ -E flag works.
Still allow default name if not set.
Ad…