Dmytro Yaroshenko
Dmytro Yaroshenko
After #524 and https://github.com/ywangd/stash/issues/531 I propose to add 2 features * Propose user to create/update stash Pythonista action shortcut on `get-stash` complete * Update `bin/pip.py` to handle insallable packages entry...
There are were `popen` and `subprocess` patches for py2, but we have not yes same sollution for py3 I'm not that familiar with subprocess module to make implementation based on...
> [!IMPORTANT] > This PR does not offer backward compatibility with py2! However, it resolves problems for many commands. Possibly we > have to remove py2 support ## Install to...
If I place 2 py files ```python # ~/Documents/a.py print("hello from a") ``` ```python # ~/Documents/b.py import a ``` ```shell b.py ``` I get ImportError. But running from bin/python3 or...
`Crypto` is completely outdated, possibly we have to use `Security` iOS framework with `objc_util` for native and modern approach. It seems like possible, I can generate `RSA` and `ECDSA` keypairs...
There is no `system()` attribute in `os` module in Pythonsta Possibly stash can Patch it and redirect `os.system()` calls to `_stash()`
As we know, some maintainers are not happy with idea of `pypi` distibutable and `pip` installable StaSh. However, it can be side by side with existing installation methods. The proposal...
I'm asking why things like `telnet` or `git` aren't separate python packages hosted on `pip`. From a maintenance perspective it would be nice to separate some things into side-party packages...
Don't launch because of `imp` module removed