Adam Hitchcock
Adam Hitchcock
Hi, this project has been derelict for a while now. I forked it to add multi-cursor support and I also added multi-byte character support. find it here, pull requests accepted!...
first time extension editor here, let me know if this is super wrong. this pr adds multi-cursor support! so if you have a bunch of one-line items selected they will...
- [ ] I've checked [docs](https://rich.readthedocs.io/en/latest/introduction.html) and [closed issues](https://github.com/Textualize/rich/issues?q=is%3Aissue+is%3Aclosed) for possible solutions. - [x] I can't find my issue in the [FAQ](https://github.com/Textualize/rich/blob/master/FAQ.md). **Describe the bug** a picture is worth a...
from [venv](https://github.com/micropython/micropython-lib/blob/e4cf09527bce7569f5db742cf6ae9db68d50c6a9/python-stdlib/venv/venv/__main__.py#L93C22-L93C32) ```py # Add a `micropython` binary in $PATH pointing to this binary. if hasattr(sys, "executable"): os.system("cp {} {}".format(sys.executable, venv_bin_path + os.sep + "micropython")) ``` but on my local...