-
Notifications
You must be signed in to change notification settings - Fork 25
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
Double-printed charcters #68
Comments
Under the hood we use nodejs repl (https://nodejs.org/api/repl.html) so it may be the culprit. What is the version that you are using? Also, can you please test with different node versions? |
Hi @AndreMaz I will test that and share the results with you. Environment
|
I did test the scenario on |
Same problem |
Same problem - I use node 20 and Bun 0.6.13 - reproduce in both |
We finally know the source of the problem and a PR, containing a fix, was raised (moleculerjs/moleculer-cli#72). It's currently under consideration |
I've noticed the ongoing issue with double-printed characters in Looking forward to seeing this issue resolved in moleculer-repl, and in the meantime, I hope moleculer-connect can be of help! |
Description
When using repl mode inside a docker container's shell with
tty
flag enabled, each character is printed twice.Actual
mol $ ccaall vv11..sseerrvviiccee..nnaammee
Expected
mol $ cal v1.service.name
Environment
Temporary Solution
I don't know what the root cause of the problem might be but hitting tab button twice will change the written text to normal form.
The text was updated successfully, but these errors were encountered: