We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue by tgoodlet Thursday Apr 07, 2016 at 22:23 GMT Originally opened as sangoma/switchy#37
Consider dropping IPython from the switchy cli since we can get auto completion for free with the std lib.
The text was updated successfully, but these errors were encountered:
Comment by moises-silva Friday Apr 08, 2016 at 08:26 GMT
@tgoodlet And what do you win from dropping it? just removing a dep?
Sorry, something went wrong.
Comment by tgoodlet Friday Apr 08, 2016 at 13:20 GMT
Yeah and I was thinking about maybe moving to ptk eventually instead. If ^ gets us completion then what are we really needing IPython for?
IPython
Comment by tgoodlet Wednesday Aug 03, 2016 at 22:30 GMT
Alright I just tried rlcompleter thing out and it's no good. Probably should have noticed in the docs that it says
rlcompleter
by completing valid Python identifiers and keywords.
So it's really quite horrendous for working with the originator instance binding.
originator
No branches or pull requests
Issue by tgoodlet
Thursday Apr 07, 2016 at 22:23 GMT
Originally opened as sangoma/switchy#37
Consider dropping IPython from the switchy cli since we can get auto completion for free with the std lib.
The text was updated successfully, but these errors were encountered: