Skip to content
New issue

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

(env) in terminal is slow #17

Closed
jcubic opened this issue May 27, 2019 · 1 comment
Closed

(env) in terminal is slow #17

jcubic opened this issue May 27, 2019 · 1 comment
Labels

Comments

@jcubic
Copy link
Collaborator

jcubic commented May 27, 2019

If you type this in Dev tools console:

$.terminal.active().echo((await lips.exec('(env)'))[0].toString(), {keepWords: true})

it's fast but for unknow reason it's slow when typing (env) in terminal.

@jcubic
Copy link
Collaborator Author

jcubic commented May 27, 2019

The problem is formatter it try to format that list.

Solution move formatter out of toString, and put in pprint function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant